mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 19:56:38 +00:00
6 lines
155 B
Batchfile
6 lines
155 B
Batchfile
@echo off
|
|
setlocal
|
|
set VSCODE_DEV=
|
|
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
|
|
call "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\\app\\out\\cli.js" %*
|
|
endlocal |