mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
* 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
7 lines
132 B
Batchfile
7 lines
132 B
Batchfile
@echo off
|
|
setlocal
|
|
set VSCODE_DEV=
|
|
set ELECTRON_RUN_AS_NODE=1
|
|
"%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %*
|
|
endlocal
|