Set default action to Compare in Visual Studio 2013 Pending Changes window with TFS -
this question has answer here:
i'm using visual studio 2013 tfs source control. when open team explorer > pending changes , double-click on changed file, file opens in editor. way see pending changes right-click , choose compare workspace version. gets time-consuming long list of files.
can change default double-click action compare workspace version? (that seems default when using git, not tfs.)
checked , works:
the simple way highlighting file thenshift + double-click instead.
to make compare behavior default, copy/past below string in .reg file , double click add registry key. (change version accordingly based on tfs version)
windows registry editor version 5.00 [hkey_current_user\software\microsoft\visualstudio\12.0\teamfoundation\sourcecontrol\behavior] "doubleclickonchange"=dword:00000001
Comments
Post a Comment