0

I'm working with several different solutions, some of which use tfs and some which use svn. I would like to add a button in the toolbar to switch between providers instead of having to go through the "options" menu. How can this be done? Note: source control switcher doesn't work with VS2013 sample toolbar

Kim
  • 1,068
  • 13
  • 25

1 Answers1

0

There does not seem to be any direct way to add the command "Current source control plugin" to the toolbar, via toolbar customization.

Maybe a Visual studio extension could be written for this.

Sanjay Karia
  • 309
  • 1
  • 3
  • 13