Visual Studio - Persist Pinned Windows?

c#, tabs, user-interface, visual-studio-2012

Solution

You can try to enable this setting (if it's currently unchecked):

`Tools -> Options -> Environment -> Tabs and Windows -> Check "Maintain pin status if document is removed from well"`

This solved me the same problem.

Problem

Is there anyway to persist pinned windows between visual studio closures? At the moment, if you pin a window, when you close visual studio and open it back up again, the pinned status of said window has been reset and it is lumped in with all the other windows again.

Original source

Related problems