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