Welcome to mirror list, hosted at ThFree Co, Russian Federation.

code.cmd « bin « win « resources - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb9c633e64d126dd55ce8ce99c5c1316cb602207 (plain)
1
2
3
4
5
@echo off
setlocal
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
"%~dp0..\\Code.exe" "%~dp0code.js" %*
endlocal