mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
server bin cleanup
This commit is contained in:
6
resources/server/bin-dev/remote-cli/code.cmd
Normal file
6
resources/server/bin-dev/remote-cli/code.cmd
Normal 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
|
||||
Reference in New Issue
Block a user