mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.97k stars 261 forks source link

Refresh Graph command #752

Open vwkd opened 1 year ago

vwkd commented 1 year ago

Describe the feature that you'd like When deep into a long git rebase, sometimes Git Graph doesn't refresh anymore. Currently, the workaround is to scroll up, hit the Refresh button, and scroll back down.

It would be great if there was a "Refresh Graph" command in the Command Palette that could be quickly accessed from anywhere. Ideally, Git Graph would also remember the scroll position to avoid having to scroll back down.

Additional context (optional) Add any other context or screenshots about the feature request here.