How to run shell command from command palette? #9580
|
I just discovered the command palette (very cool and useful for learning commands!) However when I select the My expectation is I would hit enter the Is there a way for me to do this from the command palette or do I need to type I searched for Discussions and Issues, and tried other keys such as tab, but nothing made sense to me. |
Replies: 1 comment 1 reply
|
|
:shis just an alias for:run-shell-command. When we execute a typable command like:run-shell-commandwe execute it without arguments so the shell command is empty. I opened up an issue about changing the behavior to open the command mode prompt with the typable command prefilled instead: #9584