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 7, 2022
1 parent de7f4ee commit 026f48f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vscode/launch.template.json
Original file line number Diff line number Diff line change
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 026f48f

Please sign in to comment.