Dawnkeeper
Dawnkeeper

Reputation: 2875

VS2015 only offers last used source control option

When creating a new Visual Studio project I was originally asked if I want to use Git or TFS.
Now (after Update2 ?) it automatically selects the last one used without offering to change it.
e.g if I have worked on a git project it will automatically create a git repository without asking.

Is there an option to turn this behavior off again?

Upvotes: 1

Views: 57

Answers (1)

jessehouwing
jessehouwing

Reputation: 114927

It now depends on the selected Source Control provider in the settings. I assume that Microsoft has checked their usage statistics and have found that most people rarely switch between them once they've made their choice.

Either connect to a TFVC or Git repo first in the Team explorer window or switch the Source Control provider in the settings dialog of Visual studio.

I can't find a setting in the Settings dialog which allows you to choose every time. It may be that there is a registry setting that may influence this behavior, but I haven't found it.

Upvotes: 1

Related Questions