File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
"outFiles" : [
17
17
" ${workspaceFolder}/out/**/*.js"
18
18
],
19
- "preLaunchTask" : " ${defaultBuildTask}"
19
+ "preLaunchTask" : " ${defaultBuildTask}" ,
20
+ "internalConsoleOptions" : " openOnSessionStart" ,
20
21
},
21
22
{
22
23
"name" : " Extension Tests" ,
Original file line number Diff line number Diff line change 7
7
"out" : true // set this to false to include "out" folder in search results
8
8
},
9
9
// 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
11
12
}
Original file line number Diff line number Diff line change 23
23
],
24
24
"main" : " ./out/extension.js" ,
25
25
"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" ,
27
27
"vscode:prepublish" : " npm run compile" ,
28
28
"package" : " node_modules/.bin/vsce package" ,
29
29
"compile" : " tsc -p ./" ,
You can’t perform that action at this time.
0 commit comments