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.9k stars 244 forks source link

Make commit details view collapsible recursively #768

Open ToBoMi opened 1 year ago

ToBoMi commented 1 year ago

In larger commits with files changes in many folders with subfolders the commit details view gets many entries that one needs to scroll through to changes in a specific folder.

image

If one needs to view a specific folder only one needs to scroll a lot or collapse some or all folders by hand.

image

It would be nice to be able to collapse all folders inside that view recursively by a button (and recursively expand it if it is collapsed)

I cannot believe there is no issue for this yet, but I am unable to find it.