From f661434ff950d92e04aa3ddab3464a913e274450 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 8 Feb 2019 10:51:48 +0000 Subject: Added vscode launch and build configs --- Main/.vscode/tasks.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Main/.vscode/tasks.json (limited to 'Main/.vscode/tasks.json') diff --git a/Main/.vscode/tasks.json b/Main/.vscode/tasks.json new file mode 100644 index 0000000..9f2ef21 --- /dev/null +++ b/Main/.vscode/tasks.json @@ -0,0 +1,15 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dotnet", + "type": "process", + "args": [ + "build", + "${workspaceFolder}/Main.csproj" + ], + "problemMatcher": "$msCompile" + } + ] +} \ No newline at end of file -- cgit v1.2.3-13-gbd6f