I set up Visual Studio 2015, which uses Team Foundation Version Control to use Beyond Compare 4 as a tool for merging and comparing.
This, however, makes the code verification functionality non-functional, as the code scan is based on a built-in comparison tool to give it comments related to the source, etc.
Is there a way to configure this so that it:
- Uses my custom (Beyond Compare 4) for normal comparison and merging
- Uses a built-in comparison function when conducting code review
The dialogs for setting up a custom comparison and merge tool do not seem to help in this, and I looked through the rest of the settings without finding anything.
tfs visual-studio-2015 code-review beyondcompare4
Lasse Vågsæther Karlsen
source share