mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Speed up debug attach by setting outFiles (#52584)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
This commit is contained in:
6
.vscode/launch.template.json
vendored
6
.vscode/launch.template.json
vendored
@@ -40,6 +40,12 @@
|
||||
"env": {
|
||||
"NODE_ENV": "testing"
|
||||
},
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/built/**/*.js",
|
||||
"${workspaceFolder}/built/**/*.mjs",
|
||||
"${workspaceFolder}/built/**/*.cjs",
|
||||
"!**/node_modules/**"
|
||||
],
|
||||
"sourceMaps": true,
|
||||
"smartStep": true,
|
||||
"preLaunchTask": "npm: build:tests",
|
||||
|
||||
Reference in New Issue
Block a user