[Feature request] View commit in native multi-diff view
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
Yeah that would be great, and something git graph wont be including any time soon ;)
Refernce icon:
Reference editor view:
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