Merge pull request #3920 from Tyriar/task_improvement

Allow start task to be restarted without killing watch
This commit is contained in:
Daniel Imms
2022-07-24 17:52:41 -07:00
committed by GitHub
+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