We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101ebd commit b1468e1Copy full SHA for b1468e1
1 file changed
.vscode/tasks.json
@@ -1,17 +1,8 @@
1
{
2
// See http://go.microsoft.com/fwlink/?LinkId=733558
3
// for the documentation about the tasks.json format
4
- "version": "0.1.0",
+ "version": "2.0.0",
5
"command": "dotnet",
6
- "isShellCommand": true,
7
"args": [],
8
- "tasks": [
9
- {
10
- "taskName": "build",
11
- "args": [ ],
12
- "isBuildCommand": true,
13
- "showOutput": "silent",
14
- "problemMatcher": "$msCompile"
15
- }
16
- ]
+ "tasks": []
17
}
0 commit comments