Skip to content

Commit

Permalink
debug: apply outFiles to debug terminal for faster boot (#169441)
Browse files Browse the repository at this point in the history
Fixes most of #167911
  • Loading branch information
connor4312 authored Dec 16, 2022
1 parent fa76f1e commit d74acc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d74acc2

Please sign in to comment.