Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Peet <connor@peet.io>2021-08-30 19:50:24 +0300
committerConnor Peet <connor@peet.io>2021-08-30 19:50:24 +0300
commitb5944ec59b5d35518025bc5df23e54c45dc1f415 (patch)
treec191b4b10aa474a1073d121cfcda71fbace6218f /.vscode/launch.json
parent189f200385b639f4e1f2ab2f20f30a987c41f98a (diff)
include flags to work around electron issues
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index a2253659267..7b9f899a9bf 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -217,6 +217,10 @@
"runtimeArgs": [
"--inspect=5875",
"--no-cached-data",
+ // for breakpoint freeze: https://github.com/microsoft/vscode/issues/122225#issuecomment-885377304
+ "--js-flags=\"--regexp_interpret_all\"",
+ // for general runtime freezes: https://github.com/microsoft/vscode/issues/127861#issuecomment-904144910
+ "--disable-features=CalculateNativeWinOcclusion",
],
"webRoot": "${workspaceFolder}",
"cascadeTerminateToConfigurations": [