mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-04 13:55:46 +01:00
chore: update electron@27.2.1 (#202053)
* chore: bump electron@27.2.1 * chore: enable code cache support for custom standard schemes Refs https://github.com/electron/electron/commit/267cbc841eb97c1c768ea116352f7430968cb05d * chore: remove --ms-enable-electron-run-as-node Removed in favor of https://github.com/electron/electron/commit/f842ead6bc627afdf5b945305abb3e1872b558ef * chore: update distro
This commit is contained in:
+1
-1
@@ -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" --ms-enable-electron-run-as-node . "$@"
|
||||
"$CODE" --inspect=5874 "$ROOT/out/cli.js" . "$@"
|
||||
}
|
||||
|
||||
code "$@"
|
||||
|
||||
Reference in New Issue
Block a user