Merge pull request #2113 from SupinePandora43/vscode

vscode.bat
This commit is contained in:
Dax T Games 2019-06-27 08:27:37 -04:00 committed by GitHub
commit ebd977778b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
vendor/bin/vscode_init.cmd vendored Normal file
View File

@ -0,0 +1,9 @@
@echo off
IF [%1] == [] (
REM -- manually opened console (Ctrl + Shift + `) --
CALL "%~dp0..\init.bat"
) ELSE (
REM -- task --
CALL cmd %*
exit
)