Make vscode tasks faster on reload

See microsoft/vscode#142413
This commit is contained in:
Daniel Imms
2022-02-25 11:24:40 -08:00
parent e08962b8b8
commit 336b45a645
+2
View File
@@ -18,6 +18,7 @@
"problemMatcher": []
},
{
"label": "npm: watch",
"type": "npm",
"script": "watch",
"group": "build",
@@ -28,6 +29,7 @@
}
},
{
"label": "npm: start",
"type": "npm",
"script": "start",
"dependsOn": "npm: watch",