mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Electron v2.0.0 (#48290)
* Update to Electron 2.0-beta.7 * back to exploration build * fix compile errors * workaround build issue (go back to 1.24.0) * bump to 1.25.0 * use electron 2.0.2 * revert custom distro
This commit is contained in:
@@ -32,7 +32,7 @@ function code() {
|
||||
VSCODE_DEV=1 \
|
||||
ELECTRON_ENABLE_LOGGING=1 \
|
||||
ELECTRON_ENABLE_STACK_DUMPING=1 \
|
||||
"$CODE" --debug=5874 "$ROOT/out/cli.js" . "$@"
|
||||
"$CODE" --inspect=5874 "$ROOT/out/cli.js" . "$@"
|
||||
}
|
||||
|
||||
code "$@"
|
||||
|
||||
Reference in New Issue
Block a user