Skip to content

Commit 4ddaab5

Browse files
committed
Remove outFiles from launch.json
The troubleshooting wizard for the debugger actually says that this option is no longer recommended; removing it enables us to use source maps if we happen to be debugging while in --bundle=false mode.
1 parent f650d58 commit 4ddaab5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .vscode/launch.template.json

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
"smartStep": true,
4545
"preLaunchTask": "npm: build:tests",
4646
"console": "integratedTerminal",
47-
"outFiles": [
48-
"${workspaceRoot}/built/local/run.js"
49-
],
5047
"customDescriptionGenerator": "'__tsDebuggerDisplay' in this ? this.__tsDebuggerDisplay(defaultValue) : defaultValue"
5148
},
5249
{

0 commit comments

Comments
 (0)