Skip to content

Commit ebd9777

Browse files
authored
Merge pull request #2113 from SupinePandora43/vscode
vscode.bat
2 parents 8f59d52 + 72dd837 commit ebd9777

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vendor/bin/vscode_init.cmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@echo off
2+
IF [%1] == [] (
3+
REM -- manually opened console (Ctrl + Shift + `) --
4+
CALL "%~dp0..\init.bat"
5+
) ELSE (
6+
REM -- task --
7+
CALL cmd %*
8+
exit
9+
)

0 commit comments

Comments
 (0)