File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 " --extensionDevelopmentPath=${workspaceFolder}/packages/extension"
3030 ],
3131 "outFiles" : [" ${workspaceRoot}/packages/extension/dist/**" ],
32- "preLaunchTask" : " npm : watch"
32+ "preLaunchTask" : " pnpm : watch"
3333 },
3434 {
3535 "type" : " node" ,
Original file line number Diff line number Diff line change 44 "version" : " 2.0.0" ,
55 "tasks" : [
66 {
7- "type" : " npm" ,
8- "script" : " watch" ,
7+ "type" : " shell" ,
8+ "command" : " pnpm" ,
9+ "args" : [" run" , " watch" ],
10+ "options" : {
11+ "cwd" : " ${workspaceFolder}/packages/extension"
12+ },
913 "problemMatcher" : " $tsc-watch" ,
10- "path" : " packages/extension" ,
1114 "isBackground" : true ,
1215 "presentation" : {
1316 "reveal" : " never" ,
1619 "group" : {
1720 "kind" : " build" ,
1821 "isDefault" : true
19- }
22+ },
23+ "label" : " pnpm: watch"
2024 },
2125 {
22- "type" : " npm" ,
23- "script" : " build:test" ,
24- "path" : " packages/extension" ,
26+ "type" : " shell" ,
27+ "command" : " pnpm" ,
28+ "args" : [" run" , " build:test" ],
29+ "options" : {
30+ "cwd" : " ${workspaceFolder}/packages/extension"
31+ },
2532 "group" : " build" ,
2633 "problemMatcher" : [],
2734 "label" : " build-extension-integration-tests"
You can’t perform that action at this time.
0 commit comments