You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking EditWithShell: Run command from a new VS Code window, the command history is empty as expected, but it would be nice to be able to also see the favorite commands configured in editWithShell.favoriteCommands in this list. This way users could configure frequently used commands and not have to type them again each time VS Code is restarted. The quick commands feature is nice (e.g., EditWithShell: Run quick command 1), but it is hard to tell what command is going to be run.
Also, if the favorite commands were listed by EditWithShell: Run command, the user could select one of the pre-configured commands and edit the command before executing it, which is not possible with EditWithShell: Run quick command 1.
The text was updated successfully, but these errors were encountered:
When invoking
EditWithShell: Run command
from a new VS Code window, the command history is empty as expected, but it would be nice to be able to also see the favorite commands configured ineditWithShell.favoriteCommands
in this list. This way users could configure frequently used commands and not have to type them again each time VS Code is restarted. The quick commands feature is nice (e.g.,EditWithShell: Run quick command 1
), but it is hard to tell what command is going to be run.Also, if the favorite commands were listed by
EditWithShell: Run command
, the user could select one of the pre-configured commands and edit the command before executing it, which is not possible withEditWithShell: Run quick command 1
.The text was updated successfully, but these errors were encountered: