Fixes #136771: update to Electron v13.5.2 and pass --ms-enable-run-as-node together with ELECTRON_RUN_AS_NODE

This commit is contained in:
deepak1556
2021-11-09 19:09:26 +01:00
committed by Alex Dima
parent 36b7d6e8bc
commit ac29daaf3b
14 changed files with 19 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ function code() {
VSCODE_DEV=1 \
ELECTRON_ENABLE_LOGGING=1 \
ELECTRON_ENABLE_STACK_DUMPING=1 \
"$CODE" --inspect=5874 "$ROOT/out/cli.js" . "$@"
"$CODE" --ms-enable-electron-run-as-node --inspect=5874 "$ROOT/out/cli.js" . "$@"
}
code "$@"