mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
move
https://github.com/cmderdev/cmder/pull/2113#issuecomment-506044156
This commit is contained in:
parent
b61752f89e
commit
72dd8376cd
2
vscode.bat → vendor/bin/vscode_init.cmd
vendored
2
vscode.bat → vendor/bin/vscode_init.cmd
vendored
@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
IF [%1] == [] (
|
IF [%1] == [] (
|
||||||
REM -- manually opened console (Ctrl + Shift + `) --
|
REM -- manually opened console (Ctrl + Shift + `) --
|
||||||
CALL "%~dp0\vendor\init.bat"
|
CALL "%~dp0..\init.bat"
|
||||||
) ELSE (
|
) ELSE (
|
||||||
REM -- task --
|
REM -- task --
|
||||||
CALL cmd %*
|
CALL cmd %*
|
Loading…
Reference in New Issue
Block a user