Can't get diff to work #1288
Unanswered
FrancisVila
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Do you want to compare the changes in an external difftool? Or do you want to see the diff directly in VS Code. If the latter, please use the Open Changes with Revision... or Open Changes with Branch or Tag... command as they will allow you to compare a file with different revisions directly within VS Code. If you wanted the former, then there is no built-in command to provide that ability. The Open Changes (difftool) command opens the current revision in your configured Git difftool. If you don't have a configured difftool, see here to configure one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Don't know whether this is a question or a bug report...
I want to diff between different branches or commits of the same file.
when I do
vscode > git > right click > open changes (with diff tool) I get
Unable to open changes in diff tool. No Git diff tool is configured (source: GitLens - git supercharged)
I entered
git difftool --tool=winmerge
thengit difftool --tool=araxis
but the error persists.Earlier I did manage to get a different error, in the OUTPUT section of the terminal:
ExternalDiffCommand TypeError: Cannot read property 'uri' of undefined
Here's the version info:
cd9ea6488829f560dc949a8b2fb789f3cdc05f5d
x64
Beta Was this translation helpful? Give feedback.
All reactions