How to configure diff tool to not use Vim? #669
-
Hi there, Earlier versions of Verify.Xunit" (e.g. Version "17.8.1") would use a different diff tool (I think it was KDiff). How do I configure the diff tool to revert back to what it was using earlier and not Vim? |
Beta Was this translation helpful? Give feedback.
Answered by
SimonCropp
Oct 6, 2022
Replies: 1 comment 2 replies
-
KDiff3 should resolve before Vim https://github.com/VerifyTests/DiffEngine/blob/main/docs/diff-tool.order.md but i cant tell why it is resolving incorrectly on your machine. you will need to debug into it |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SimonCropp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KDiff3 should resolve before Vim https://github.com/VerifyTests/DiffEngine/blob/main/docs/diff-tool.order.md
but i cant tell why it is resolving incorrectly on your machine. you will need to debug into it