Also, if you keep the Graph closed, but open the Commit Details view, and open a file or select a commit in the Commits view does it still crash? Simply opening the commit details view is enough to crash vscode, irrespective of whether any files are open or the git graph is rendering....
Description When opening the Commit Graph in a repo with thousands of commits (~3k commits and ~35k+ LOC), pick a branch and right click, switch to the branch. The Commit Graph UI does not indicate the change to the new branch (i.e. the ...
💡Quickly toggle the Graph via theToggle Commit Graphcommand. 💡Maximize the Graph via theToggle Maximized Commit Graphcommand. With just a click of a button, you can navigate backwards and forwards through the history of any file. Compare changes over time and see the revision history of ...
export interface GraphWrapperProps { nonce?: string; Expand Down Expand Up @@ -1588,6 +1589,14 @@ export function GraphWrapper({ ></GlGraphMinimapContainer> <GlGraphHover ref={hover as any} id="commit-hover" distance={0} skidding={15}></GlGraphHover> <GlGraphSideBar enabled={graph...