From d74acc2714f9694e845f23cd36afebc38fc46478 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Fri, 16 Dec 2022 14:02:55 -0800 Subject: [PATCH] debug: apply outFiles to debug terminal for faster boot (#169441) Fixes most of https://github.com/microsoft/vscode/issues/167911 --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 845320922da..7ae8bcef6b9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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