Skip to content

Commit 94dadbc

Browse files
Added code analysis
1 parent 39bac79 commit 94dadbc

File tree

4 files changed

+181
-175
lines changed

4 files changed

+181
-175
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build",
1010
"${workspaceFolder}/test/ZipStorerTest.csproj"
1111
],
12-
"problemMatcher": "$tsc"
12+
"problemMatcher": "$msCompile"
1313
},
1414
{
1515
"label": "publish",
@@ -19,7 +19,7 @@
1919
"publish",
2020
"${workspaceFolder}/test/ZipStorerTest.csproj"
2121
],
22-
"problemMatcher": "$tsc"
22+
"problemMatcher": "$msCompile"
2323
},
2424
{
2525
"label": "watch",
@@ -30,7 +30,7 @@
3030
"run",
3131
"${workspaceFolder}/test/ZipStorerTest.csproj"
3232
],
33-
"problemMatcher": "$tsc"
33+
"problemMatcher": "$msCompile"
3434
}
3535
]
3636
}

0 commit comments

Comments
 (0)