mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
server bin cleanup
This commit is contained in:
5
resources/server/bin/remote-cli/code.cmd
Normal file
5
resources/server/bin/remote-cli/code.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set ROOT_DIR=%~dp0..\..
|
||||
call "%ROOT_DIR%\node.exe" "%ROOT_DIR%\out\vs\server\cli.js" "@@APPNAME@@" "@@VERSION@@" "@@COMMIT@@" "@@APPNAME@@.cmd" %*
|
||||
endlocal
|
||||
Reference in New Issue
Block a user