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 39bac79 commit 94dadbcCopy full SHA for 94dadbc
.vscode/tasks.json
@@ -9,7 +9,7 @@
9
"build",
10
"${workspaceFolder}/test/ZipStorerTest.csproj"
11
],
12
- "problemMatcher": "$tsc"
+ "problemMatcher": "$msCompile"
13
},
14
{
15
"label": "publish",
@@ -19,7 +19,7 @@
19
"publish",
20
21
22
23
24
25
"label": "watch",
@@ -30,7 +30,7 @@
30
"run",
31
32
33
34
}
35
]
36
0 commit comments