Skip to content

Commit b1468e1

Browse files
authored
tasks.json
1 parent 3101ebd commit b1468e1

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
{
22
// See http://go.microsoft.com/fwlink/?LinkId=733558
33
// for the documentation about the tasks.json format
4-
"version": "0.1.0",
4+
"version": "2.0.0",
55
"command": "dotnet",
6-
"isShellCommand": true,
76
"args": [],
8-
"tasks": [
9-
{
10-
"taskName": "build",
11-
"args": [ ],
12-
"isBuildCommand": true,
13-
"showOutput": "silent",
14-
"problemMatcher": "$msCompile"
15-
}
16-
]
7+
"tasks": []
178
}

0 commit comments

Comments
 (0)