mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 21:52:59 +00:00
* electron 1.4.6 * fix broken DND image feedback * OSS input * remove cat.exe as it is no longer needed * update electron.d.ts * set new ELECTRON_NO_ASAR environment for forked processes * Automatically enable high contrast theme when enabled in Windows (fixes #15360)
6 lines
141 B
Batchfile
6 lines
141 B
Batchfile
@echo off
|
|
setlocal
|
|
set VSCODE_DEV=
|
|
set ELECTRON_RUN_AS_NODE=1
|
|
call "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %*
|
|
endlocal |