include flags to work around electron issues

This commit is contained in:
Connor Peet 2021-08-30 09:50:24 -07:00
parent 189f200385
commit b5944ec59b
No known key found for this signature in database
GPG key ID: CF8FD2EA0DBC61BD

4
.vscode/launch.json vendored
View file

@ -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": [