File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "outFiles" : [
1717 " ${workspaceFolder}/out/**/*.js"
1818 ],
19- "preLaunchTask" : " ${defaultBuildTask}"
19+ "preLaunchTask" : " ${defaultBuildTask}" ,
20+ "internalConsoleOptions" : " openOnSessionStart" ,
2021 },
2122 {
2223 "name" : " Extension Tests" ,
Original file line number Diff line number Diff line change 77 "out" : true // set this to false to include "out" folder in search results
88 },
99 // Turn off tsc task auto detection since we have the necessary tasks as npm scripts
10- "typescript.tsc.autoDetect" : " off"
10+ "typescript.tsc.autoDetect" : " off" ,
11+ "task.allowAutomaticTasks" : true
1112}
Original file line number Diff line number Diff line change 2323 ],
2424 "main" : " ./out/extension.js" ,
2525 "scripts" : {
26- "bundle" : " ./node_modules/.bin/esbuild src/extension.ts --bundle --target=es2018 --minify --sourcemap --external:vscode --outfile=./out/extension.js" ,
26+ "bundle" : " ./node_modules/.bin/esbuild src/extension.ts --bundle --target=es2018 --minify --sourcemap --external:vscode --outfile=./out/extension.js" ,
2727 "vscode:prepublish" : " npm run compile" ,
2828 "package" : " node_modules/.bin/vsce package" ,
2929 "compile" : " tsc -p ./" ,
You can’t perform that action at this time.
0 commit comments