We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336b45a commit 771d5f5Copy full SHA for 771d5f5
.vscode/tasks.json
@@ -18,7 +18,7 @@
18
"problemMatcher": []
19
},
20
{
21
- "label": "npm: watch",
+ "label": "watch",
22
"type": "npm",
23
"script": "watch",
24
"group": "build",
@@ -29,10 +29,10 @@
29
}
30
31
32
- "label": "npm: start",
+ "label": "start",
33
34
"script": "start",
35
- "dependsOn": "npm: watch",
+ "dependsOn": "watch",
36
37
"isBackground": true,
38
"problemMatcher": [],
@@ -42,7 +42,7 @@
42
43
44
"label": "Start demo",
45
- "dependsOn": "npm: start",
+ "dependsOn": "start",
46
"group": {
47
"kind": "build",
48
"isDefault": true
0 commit comments