mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Hello Code
This commit is contained in:
5
resources/win/bin/code.cmd
Normal file
5
resources/win/bin/code.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
|
||||
"%~dp0..\\Code.exe" "%~dp0code.js" %*
|
||||
endlocal
|
||||
Reference in New Issue
Block a user