fix tasks for building (#11412)

This commit is contained in:
Anthony Dresser
2020-07-17 13:03:49 -07:00
committed by GitHub
parent 648174e91d
commit eb82cd3f4b

30
.vscode/tasks.json vendored
View File

@@ -66,22 +66,18 @@
},
{
"type": "npm",
"script": "strict-vscode-watch",
"label": "TS - Strict VSCode",
"isBackground": true,
"script": "kill-watch-clientd",
"label": "Kill Build VS Code Core",
"group": "build",
"presentation": {
"reveal": "never"
},
"problemMatcher": {
"base": "$tsc-watch",
"owner": "typescript-vscode",
"applyTo": "allDocuments"
}
"problemMatcher": "$tsc"
},
{
"type": "npm",
"script": "kill-watchd",
"label": "Kill Build VS Code",
"script": "kill-watch-extensionsd",
"label": "Kill Build VS Code Extensions",
"group": "build",
"presentation": {
"reveal": "never"
@@ -96,6 +92,20 @@
],
"group": "build"
},
{
"type": "npm",
"script": "strict-vscode-watch",
"label": "TS - Strict VSCode",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"problemMatcher": {
"base": "$tsc-watch",
"owner": "typescript-vscode",
"applyTo": "allDocuments"
}
},
{
"type": "npm",
"script": "watch-webd",