We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f59d52 + 72dd837 commit ebd9777Copy full SHA for ebd9777
vendor/bin/vscode_init.cmd
@@ -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