mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
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:
Vendored
-3
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user