File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 4242 }
4343 },
4444 {
45+ "label" : " npm: dev" ,
4546 "type" : " npm" ,
4647 "script" : " dev" ,
4748 "group" : " build" ,
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}
You can’t perform that action at this time.
0 commit comments