File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 },
1919 "options" : {
2020 "cwd" : " ${workspaceFolder}/vscode/extension"
21- },
22- "dependsOn" : [
23- " react-dev"
24- ],
25- "dependsOrder" : " parallel"
26- },
27- {
28- "label" : " react-dev" ,
29- "script" : " dev" ,
30- "type" : " npm" ,
31- "options" : {
32- "cwd" : " ${workspaceFolder}/vscode/react"
33- },
34- "group" : {
35- "kind" : " build" ,
36- },
37- "isBackground" : true ,
38- "problemMatcher" : {
39- "owner" : " npm" ,
40- "pattern" : {
41- "regexp" : " ."
42- },
43- "background" : {
44- "activeOnStart" : true ,
45- "beginsPattern" : " ." ,
46- "endsPattern" : " ."
47- }
48- },
49- "presentation" : {
50- "reveal" : " never" ,
51- "group" : " watchers"
5221 }
5322 },
54- {
23+ {
5524 "label" : " extension-watch-develop" ,
5625 "group" : {
5726 "kind" : " build" ,
5827 "isDefault" : true
5928 },
60- "dependsOn" : [" react-dev " , " extension-watch" ],
61- "dependsOrder" : " parallel" ,
29+ "dependsOn" : [" extension-watch" ],
30+ "dependsOrder" : " parallel"
6231 },
6332 {
6433 "type" : " npm" ,
7140 },
7241 "group" : " build" ,
7342 "options" : {
74- "cwd" : " ${workspaceFolder}/vscode"
43+ "cwd" : " ${workspaceFolder}/vscode/extension "
7544 }
7645 },
7746 {
Original file line number Diff line number Diff line change 4242 "test" : " vscode-test" ,
4343 "compile" : " npm run check-types && node esbuild.js" ,
4444 "check-types" : " tsc --noEmit" ,
45- "watch" : " npm-run-all -p watch:*" ,
46- "watch:esbuild" : " node esbuild.js --watch" ,
45+ "watch" : " node esbuild.js --watch" ,
4746 "watch:tsc" : " tsc --noEmit --watch --project tsconfig.json" ,
4847 "vscode:package" : " vsce package" ,
4948 "vscode:prepublish" : " cp ../../LICENSE . && npm run package" ,
You can’t perform that action at this time.
0 commit comments