vscode icon indicating copy to clipboard operation
vscode copied to clipboard

SCM Graph - scm/history/Title menu contribution proposal

Open lszomoru opened this issue 1 year ago • 2 comments

lszomoru avatar Aug 21 '24 09:08 lszomoru

Please can this get finalized soon? I think this can happen independently of SourceControlHistoryProvider and the scm/historyItem/context menu contribution point, which depends on a type in the first proposal.

Finalizing the scm/history/title menu contribution point will allow other extensions to contribute actions to the Source Control Graph titlebar without the usual proposed API restrictions.

For example I would like GitHub Sync Fork (to which I contribute) to add its action there. Doing this will streamline procedures for keeping my tracking fork of microsoft/vscode (for example) in step with its upstream.

gjsjohnmurray avatar Oct 08 '24 07:10 gjsjohnmurray

Finalizing the scm/history/title menu contribution point will allow other extensions to contribute actions to the Source Control Graph titlebar without the usual proposed API restrictions.

is this only about the title bar?

are there any plans to add context menu actions for the graph itself?

I mean this menu:

Image

the (now legacy) Git Graph extension gave us shortcuts like revert, merge, rebase and reset:

Image

this whole panel feels a bit "dead" right now - like it's just a view and barely interactive at all...

mindplay-dk avatar Jan 15 '25 12:01 mindplay-dk

Custom actions in the context menu of the SCM Graph would be awesome!

jankap avatar May 07 '25 12:05 jankap