mirror of
https://github.com/cmderdev/cmder.git
synced 2025-08-02 21:39:18 +08:00
fix: bug when no argument is passed in
This commit is contained in:
@ -294,7 +294,7 @@ And here's the related fragment of my `user-profile.cmd`:
|
||||
|
||||
```batch
|
||||
|
||||
call have NOT "/noautorun" "cmd /c "start %cmder_root%\bin\vsCode\Code.exe --user-data-dir %vsCodeUserData% --extensions-dir %vsCodeExtensionsDir% %* %vsCodeUserData%\code.code-workspace"
|
||||
call have NOT "/noautorun" "cmd /c start %cmder_root%\bin\vsCode\Code.exe --user-data-dir %vsCodeUserData% --extensions-dir %vsCodeExtensionsDir% %* %vsCodeUserData%\code.code-workspace"
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user