Visual Studio - ignore/override git diff tool?
Is it possible to set up Visual Studio to ignore the diff tool set in my gitconfig? I want to use use VS Code as my default diff tool (when I run git difftool from the command line), but if I right click on a file in Visual Studio, I'd like to see the diff opened in VS. Unfortunately by default VS respects the difftool set in the git config, so the right click compare option in VS opens Code. Is there any way to have the best of both worlds?
0 comments:
Post a Comment