Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source Control Explorer in Visual Studio 2013, keep last tree state open

I like some of the new things in Visual Studio 2013. Some stuff is annoying, but I guess they try to push or pull people toward different practices.

But what's weird is the source control explorer when I open VS2013 is completely collapsed. In VS2010 it was always open to the last state I had it in. This becomes more and more annoying as I use VS2013. I constantly have to click through. Sure I can open recent projects, but come on. How can I keep my tree open :)?

On the right is what it always opens to, in VS2010 the tree would look like on the left if that's how it was when I closed it.

Collapsed tree:(

like image 682
shawn.mek Avatar asked Jan 31 '14 16:01

shawn.mek


1 Answers

Had the same problem. Found this option in Tools -> Options -> Source Control -> Visual Studio Team Foundation Server: Open Source Control Explorer to the most recent folder

enter image description here

like image 153
Boltyk Avatar answered Sep 22 '22 04:09

Boltyk