Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Team explorer default resolve in VS2013

I am getting annoyed by having to change Resolve to Associate in Team Explorer

enter image description here

Is there a way to set it to Associate by default?

like image 216
Matas Vaitkevicius Avatar asked Oct 02 '14 10:10

Matas Vaitkevicius


3 Answers

For visual studio 2013 this fixes the issue

[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\TeamFoundation\SourceControl\Behavior] "ResolveAsDefaultCheckinAction"="False"

like image 180
WAQ Avatar answered Oct 19 '22 16:10

WAQ


And now available in the settings UI in Visual Studio 2015: https://visualstudio.uservoice.com/forums/330519-team-services/suggestions/3418758-in-the-team-explorer-change-default-state-value-o

like image 40
Ryan Tofteland Avatar answered Oct 19 '22 14:10

Ryan Tofteland


Visual Studio 2019

I came here seeking an answer for VS 2019, as apparently the registry 'hack' no longer works.

There is now an setting in Tools -> Options for this, under Source Control -> Visual Studio Team Foundation Server called Resolve associated work items on check-in.

Un-check it to associate by default. Check to resolve by default.

Visual Studio 2019 Options Associate/Resolve

like image 2
CJBS Avatar answered Oct 19 '22 16:10

CJBS