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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
:sh
is just an alias for:run-shell-command
. When we execute a typable command like:run-shell-command
we 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