server bin cleanup

This commit is contained in:
Martin Aeschlimann
2022-01-11 16:34:28 +01:00
parent 1942718a4a
commit f4ba7dd12b
18 changed files with 78 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
@echo off
setlocal
SET VSCODE_PATH=%~dp0..\..\..\..
FOR /F "tokens=* USEBACKQ" %%g IN (`where /r "%VSCODE_PATH%\.build\node" node.exe`) do (SET "NODE=%%g")
call "%NODE%" "%VSCODE_PATH%\out\vs\server\cli.js" "Code Server - Dev" "" "" "code.cmd" %*
endlocal