mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 11:16:01 +00:00
* feat: enabled windows version update for stable * chore: update setup file * temp: bump distro * chore: fix electron re-download * fix: oss callsite in updateservice * chore: simplify check in tunnel-forwarding
8 lines
193 B
Batchfile
8 lines
193 B
Batchfile
@echo off
|
|
setlocal
|
|
set VSCODE_DEV=
|
|
set ELECTRON_RUN_AS_NODE=1
|
|
"%~dp0..\@@NAME@@.exe" "%~dp0..\@@VERSIONFOLDER@@\resources\app\out\cli.js" %*
|
|
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%
|
|
endlocal
|