mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00:00
6 lines
189 B
Batchfile
6 lines
189 B
Batchfile
@echo off
|
|
setlocal
|
|
set ROOT_DIR=%~dp0..\..
|
|
call "%ROOT_DIR%\node.exe" "%ROOT_DIR%\out\server-cli.js" "@@APPNAME@@" "@@VERSION@@" "@@COMMIT@@" "@@APPNAME@@.cmd" "--openExternal" %*
|
|
endlocal
|