Skip to content

Commit 336b45a

Browse files
committed
Make vscode tasks faster on reload
See microsoft/vscode#142413
1 parent e08962b commit 336b45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"problemMatcher": []
1919
},
2020
{
21+
"label": "npm: watch",
2122
"type": "npm",
2223
"script": "watch",
2324
"group": "build",
@@ -28,6 +29,7 @@
2829
}
2930
},
3031
{
32+
"label": "npm: start",
3133
"type": "npm",
3234
"script": "start",
3335
"dependsOn": "npm: watch",

0 commit comments

Comments
 (0)