SCM Graph - scm/history/Title menu contribution proposal
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.
Finalizing the
scm/history/titlemenu 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:
the (now legacy) Git Graph extension gave us shortcuts like revert, merge, rebase and reset:
this whole panel feels a bit "dead" right now - like it's just a view and barely interactive at all...
Custom actions in the context menu of the SCM Graph would be awesome!