Make compound task the default

This commit is contained in:
Daniel Imms
2019-05-02 07:53:28 -07:00
parent c6a3fb3b42
commit f416bd155a
+4 -1
View File
@@ -37,7 +37,10 @@
{
"label": "Start demo",
"dependsOn": ["npm: watch", "npm: start"],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"isBackground": true,
"problemMatcher": [],
"presentation": {