mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
chore: update electron@27.2.1 (#202053)
* chore: bump electron@27.2.1 * chore: enable code cache support for custom standard schemes Refs267cbc841e* chore: remove --ms-enable-electron-run-as-node Removed in favor off842ead6bc* chore: update distro
This commit is contained in:
@@ -59,5 +59,5 @@ fi
|
||||
|
||||
ELECTRON="$VSCODE_PATH/@@APPNAME@@"
|
||||
CLI="$VSCODE_PATH/resources/app/out/cli.js"
|
||||
ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" --ms-enable-electron-run-as-node "$@"
|
||||
ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@"
|
||||
exit $?
|
||||
|
||||
Reference in New Issue
Block a user