-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow pinning of commands in Run recent command
quickpick
#154388
Comments
Another idea: |
@misolori It might be helpful to see a mockup of this |
@misolori that's basically what I was envisioning. The most interesting part about this idea is how it could be an entry point into tasks. I haven't fully thought through the consequences of that though; should these instead just be their own thing, how are they persisted if so, what are we missing out on if they are not part of the tasks system. |
I also wonder whether this should be a quick pick option that can be used in other places? Not sure how much of a use case it would be but worth testing out |
Someone once opened an issue to pin commands (in the command palette). It was automatically closed because it did not get enough upvotes at the time, but I thought it was a good idea. So there is at least one use case to make pinning in quick inputs a generic thing that can be enabled as needed. Here is the issue I am referring to: #81584. Just something to consider. |
Related: #131128 |
During the release party, someone requested being able to pin commands that you might run frequently to the top of the
Terminal: run recent command
quick-pick.Another person suggested it would be helpful if doing so stored that command in user/workspace configuration for reuse.
Combining these ideas, we are thinking that pinning would create a user task, move the entry to the top in a new category
favorite commands
, and a gear button would appear next to the entry in the quick-pick allowing it to be configured or removed.@Tyriar have discussed it and think this feature would help people to discover and configure tasks more easily, something I have cited is a problem even for me #152657
We would likely introduce a new task
type
such assavedCommand
that would align in most ways with howtype
:shell
is currently handled, but with a smaller set of supported properties initially.The text was updated successfully, but these errors were encountered: