Add server folder

This commit is contained in:
Alex Dima
2021-10-20 18:42:13 +02:00
parent fc504f3af3
commit 822f995357
46 changed files with 5165 additions and 25 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