mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
feat: enabled windows version update for stable (#288126)
* 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
This commit is contained in:
7
resources/win32/versioned/bin/code.cmd
Normal file
7
resources/win32/versioned/bin/code.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user