Allow start task to be restarted without killing watch

This commit is contained in:
Daniel Imms
2022-07-23 06:39:41 -07:00
parent cbb13aa4d4
commit c29cd83213
+1 -2
View File
@@ -32,7 +32,6 @@
"label": "start",
"type": "npm",
"script": "start",
"dependsOn": "watch",
"group": "build",
"isBackground": true,
"problemMatcher": [],
@@ -42,7 +41,7 @@
},
{
"label": "Start demo",
"dependsOn": "start",
"dependsOn": ["start", "watch"],
"group": {
"kind": "build",
"isDefault": true