Skip to content

Commit

Permalink
Merge pull request #2113 from SupinePandora43/vscode
Browse files Browse the repository at this point in the history
vscode.bat
  • Loading branch information
daxgames authored Jun 27, 2019
2 parents 8f59d52 + 72dd837 commit ebd9777
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vendor/bin/vscode_init.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
IF [%1] == [] (
REM -- manually opened console (Ctrl + Shift + `) --
CALL "%~dp0..\init.bat"
) ELSE (
REM -- task --
CALL cmd %*
exit
)

0 comments on commit ebd9777

Please sign in to comment.