mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
5 lines
107 B
Batchfile
5 lines
107 B
Batchfile
@echo off
|
|
setlocal
|
|
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
|
|
"%~dp0..\\Code.exe" "%~dp0code.js" %*
|
|
endlocal |