问题
I am getting annoyed by having to change Resolve to Associate in Team Explorer
Is there a way to set it to Associate by default?
回答1:
For visual studio 2013 this fixes the issue
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\TeamFoundation\SourceControl\Behavior] "ResolveAsDefaultCheckinAction"="False"
回答2:
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
回答3:
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.
来源:https://stackoverflow.com/questions/26159165/team-explorer-default-resolve-in-vs2013