Skip to content

Commit 4b07738

Browse files
committed
place js file on compile of launched jest test into the 'out' directory
1 parent a34e175 commit 4b07738

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.vscode/launch.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@
2929
"${file}"
3030
],
3131
"console": "integratedTerminal",
32-
"internalConsoleOptions": "neverOpen"
33-
},
32+
"internalConsoleOptions": "neverOpen",
33+
"preLaunchTask": "tsc: build - tsconfig.json",
34+
"outFiles": [
35+
"${workspaceFolder}/out/**/*.js"
36+
]
37+
},
3438
{
3539
"name": "Run Extension Tests",
3640
"type": "extensionHost",

0 commit comments

Comments
 (0)