mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
6 lines
124 B
Batchfile
6 lines
124 B
Batchfile
@echo off
|
|
setlocal
|
|
set VSCODE_DEV=
|
|
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
|
|
"%~dp0..\\Code.exe" "%~dp0code.js" %*
|
|
endlocal |