Skip to content

Commit 5753a7b

Browse files
authored
Fix src/*.ts source mapping when debugging extension tests (#917)
Otherwise need to set a breakpoint in .js file under out
1 parent c09d1b7 commit 5753a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"${workspaceFolder}/assets/test"
3232
],
3333
"outFiles": [
34-
"${workspaceFolder}/out/test/**/*.js"
34+
"${workspaceFolder}/out/**/*.js"
3535
],
3636
"preLaunchTask": "compile-tests"
3737
}

0 commit comments

Comments
 (0)