diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 30b783943e0..f68880d6f68 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -3,7 +3,7 @@ "tasks": [ { "type": "npm", - "script": "watch", + "script": "watchd", "label": "Build VS Code", "group": { "kind": "build", @@ -31,6 +31,16 @@ } } }, + { + "type": "npm", + "script": "kill-watchd", + "label": "Kill Build VS Code", + "group": "build", + "presentation": { + "reveal": "never" + }, + "problemMatcher": "$tsc" + }, { "label": "Run tests", "type": "shell",