Skip to content

Commit

Permalink
Remove outFiles from launch.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jakebailey committed Nov 2, 2022
1 parent f650d58 commit 4ddaab5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vscode/launch.template.json
Expand Up @@ -44,9 +44,6 @@
"smartStep": true,
"preLaunchTask": "npm: build:tests",
"console": "integratedTerminal",
"outFiles": [
"${workspaceRoot}/built/local/run.js"
],
"customDescriptionGenerator": "'__tsDebuggerDisplay' in this ? this.__tsDebuggerDisplay(defaultValue) : defaultValue"
},
{
Expand Down

0 comments on commit 4ddaab5

Please sign in to comment.