Skip to content

Commit 51f5f10

Browse files
committed
PR feedback
1 parent 0b17a5f commit 51f5f10

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.vscode/tasks.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
}
4343
},
4444
{
45+
"label": "npm: dev",
4546
"type": "npm",
4647
"script": "dev",
4748
"group": "build",
@@ -57,63 +58,46 @@
5758
}
5859
},
5960
"isBackground": true,
60-
"label": "npm: dev",
6161
"presentation": {
6262
"group": "watch",
6363
"reveal": "never"
6464
}
6565
},
6666
{
67+
"label": "npm: build:webview",
6768
"type": "npm",
6869
"script": "build:webview",
6970
"group": "build",
7071
"problemMatcher": [],
7172
"isBackground": true,
72-
"label": "npm: build:webview",
7373
"presentation": {
7474
"group": "watch",
7575
"reveal": "never"
7676
}
7777
},
7878
{
79+
"label": "npm: watch:esbuild",
7980
"type": "npm",
8081
"script": "watch:esbuild",
8182
"group": "build",
8283
"problemMatcher": "$esbuild-watch",
8384
"isBackground": true,
84-
"label": "npm: watch:esbuild",
8585
"presentation": {
8686
"group": "watch",
8787
"reveal": "never"
8888
}
8989
},
9090
{
91+
"label": "npm: watch:tsc",
9192
"type": "npm",
9293
"script": "watch:tsc",
9394
"group": "build",
9495
"problemMatcher": "$tsc-watch",
9596
"isBackground": true,
96-
"label": "npm: watch:tsc",
9797
"presentation": {
9898
"group": "watch",
9999
"reveal": "never"
100100
}
101-
},
102-
{
103-
"type": "npm",
104-
"script": "watch-tests",
105-
"problemMatcher": "$tsc-watch",
106-
"isBackground": true,
107-
"presentation": {
108-
"reveal": "never",
109-
"group": "watchers"
110-
},
111-
"group": "build"
112-
},
113-
{
114-
"label": "tasks: watch-tests",
115-
"dependsOn": ["npm: watch", "npm: watch-tests"],
116-
"problemMatcher": []
117101
}
118102
]
119103
}

0 commit comments

Comments
 (0)