debug: apply outFiles to debug terminal for faster boot (#169441)

Fixes most of https://github.com/microsoft/vscode/issues/167911
This commit is contained in:
Connor Peet 2022-12-16 14:02:55 -08:00 committed by GitHub
parent fa76f1eb07
commit d74acc2714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,12 @@
"git",
"sash"
],
"debug.javascript.terminalOptions": {
"outFiles": [
"${workspaceFolder}/out/**/*.js",
"${workspaceFolder}/build/**/*.js"
]
},
"githubPullRequests.assignCreated": "${user}",
"githubPullRequests.defaultMergeMethod": "squash",
"application.experimental.rendererProfiling": true