-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[git] Group the context menu items per Git command #8400
Comments
@kittaakos Hey there! I would like to try this if possible! 🙂 Can you assign this on me please? |
Great!
It's yours, go ahead. |
Just a quick question. |
I would do the same what VS Code does; group them by the Git command. @akosyakov, @vince-fugnitto what do you think? |
Sorry I must have missed the ping, I assume you are talking about the |
Update packages/git/src/browser/git-contribution.ts Co-authored-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com> Signed-off-by: Dennis Hübner <dennis.huebner@gmail.com>
Closed thanks to #9324 |
Update packages/git/src/browser/git-contribution.ts Co-authored-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com> Signed-off-by: Dennis Hübner <dennis.huebner@gmail.com>
The latest VS Code has the context menu items logically grouped by the corresponding Git command. We could do something similar.
VS Code:
Theia:
Feature Description:
The text was updated successfully, but these errors were encountered: