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

Enable the usage of difftool to view diff #694

Open hanjoosten opened 2 years ago

hanjoosten commented 2 years ago

When I open the details of a commit, I see a tree of the files that are modified in that commit. If I rightclick on a file, a list of options appears:

image

I would like the option to view the Diff by means of the difftool. The difftool is available from the settings of vscode itself. It can be used to see the current changes in the workspace: image

Additional context (optional) I use vscode a lot to modify .bpmn2 files. A plugin I use make that these files appear not as text, but as a visual. However, the file itself is of course text (xml in fact). Sometimes I want to see the changes in a textual way. I can do that for the current changes by using kdiff3, which I have configured as difftool.