Skip to content

Commit 86a71bf

Browse files
committed
chore: fix watcher
1 parent 357a172 commit 86a71bf

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,14 @@
55
"tasks": [
66
{
77
"label": "watch",
8-
"dependsOn": ["npm: watch:esbuild"],
9-
"presentation": {
10-
"reveal": "never"
11-
},
8+
"type": "npm",
9+
"script": "watch:esbuild",
1210
"group": {
1311
"kind": "build",
1412
"isDefault": true
15-
}
16-
},
17-
{
18-
"type": "npm",
19-
"script": "watch:esbuild",
20-
"group": "build",
13+
},
2114
"problemMatcher": "$esbuild-watch",
2215
"isBackground": true,
23-
"label": "npm: watch:esbuild",
2416
"presentation": {
2517
"group": "watch",
2618
"reveal": "never"

0 commit comments

Comments
 (0)