git-log--graph icon indicating copy to clipboard operation
git-log--graph copied to clipboard

[Feature request] View commit in native multi-diff view

Open SeijiSuenaga opened this issue 1 year ago • 1 comments

VS Code has a fairly new multi-diff view feature: https://code.visualstudio.com/updates/v1_86#_review-multiple-files-in-diff-editor

It'd be nice if this extension's "Changes" file lists, and perhaps commit context menu, had a button to open the relevant diffs in the multi-diff view.

In case it's helpful, looks like the GitLens extension invokes the view here: https://github.com/gitkraken/vscode-gitlens/blob/v14.9.0/src/system/utils.ts#L170-L184

SeijiSuenaga avatar Mar 15 '24 09:03 SeijiSuenaga

Yeah that would be great, and something git graph wont be including any time soon ;)

Refernce icon: image

Reference editor view: image

dimateos avatar Mar 19 '24 14:03 dimateos

implemented with latest release v0.1.20

edit: via icon in the file changes listing. I'm not really sold on adding that as a context menu entry

And thanks @SeijiSuenaga for linking to the spot in GitLens! The command seems to not be documented at all so this was very helpful

phil294 avatar Oct 03 '24 19:10 phil294