Fix paths on Windows

This commit is contained in:
Alexandru Dima
2022-01-20 13:36:46 +01:00
parent 45633f34a9
commit e5167eb8f2
7 changed files with 7 additions and 7 deletions

View File

@@ -2,5 +2,5 @@
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" %*
call "%NODE%" "%VSCODE_PATH%\out\server-cli.js" "Code Server - Dev" "" "" "code.cmd" %*
endlocal