Share via

Visual Studio not comparing

Nicholas Terzi 1 Reputation point
2021-06-21T11:33:29.113+00:00

I upgraded from Visual Studio 2017 to 2019, and now Visual Studio uses Beyond Compare to show Git diffs. I would like 2019 to work like 2017 where all Git commands and comparisons happen right in Visual Studio without the need for other external software. How do I set this up?

Developer technologies | Visual Studio | Debugging
0 comments No comments

1 answer

Sort by: Most helpful
  1. David Lowndes 4,731 Reputation points
    2021-06-21T11:46:06.107+00:00

    You must have something that's configured your project to use BC, it doesn't reconfigure itself to use a 3'rd party product on its own (to the best of my knowledge).

    Edit the .config file in your project's .git folder to remove the BC settings, or use VS's Tools, Options, Source Control, Git Global Settings, and under Tools - click the texts to use VS.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.