mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 06:56:29 -05:00
6 lines
113 B
Batchfile
6 lines
113 B
Batchfile
@echo off
|
|
setlocal
|
|
set VSCODE_DEV=
|
|
set ELECTRON_RUN_AS_NODE=1
|
|
"%~dp0..\\Code.exe" "%~dp0code.js" %*
|
|
endlocal |