I have configured Visual Studio 2015, which uses Team Foundation Version Control, to use Beyond Compare 4 as its merge and compare tool.
This, however, makes the code review functionality nonfunctional since code review relies on the built-in compare tool to give it the source-related comments, etc.
Is there a way to configure this so that it:
- Uses my custom (Beyond Compare 4) tool for normal compares and merges
- Uses the built-in compare functionality when conducting a code review
The dialogs for setting up a custom compare and merge tool doesn't seem to have anything that helps here, and I've looked through the rest of the settings without finding anything.