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.
This commit is contained in:
Jake Bailey
2022-11-07 13:36:22 -08:00
parent 8edbf8d46c
commit 7988e40590
-3
View File
@@ -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"
},
{