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 85b967a commit c10c792Copy full SHA for c10c792
.vscode/tasks.json
@@ -18,17 +18,20 @@
18
{
19
"taskName": "Install",
20
"suppressTaskName": true,
21
- "args": [ "Invoke-Build", "Restore" ]
+ "args": [ "Invoke-Build", "Restore" ],
22
+ "problemMatcher": []
23
},
24
25
"taskName": "CleanAll",
26
- "args": [ "Invoke-Build", "CleanAll" ]
27
+ "args": [ "Invoke-Build", "CleanAll" ],
28
29
30
31
"taskName": "Clean",
32
- "args": [ "Invoke-Build", "Clean" ]
33
+ "args": [ "Invoke-Build", "Clean" ],
34
35
36
37
"taskName": "BuildAll",
0 commit comments