VS2012 Productivity Power Tools Pinned Tabs close on run

前端 未结 2 1718
挽巷
挽巷 2021-02-02 03:43

If I open a saved project with pinned tabs restored from my last session, when I next run my solution the pinned tabs become unpinned. Is there a way to turn this behavior off?

相关标签:
2条回答
  • 2021-02-02 04:10

    I had the same problem and found the answer here

    Go to Tools -> Options -> Environment -> Tabs and Windows and make sure "Maintain pin status if document is removed from well" is checked.

    0 讨论(0)
  • 2021-02-02 04:12

    Accepted answer solved it for me in previous versions, but in VS2017, also ensure you don't have "lightweight solution load" enabled.

    To disable, right-click the solution in Solution explorer, then choose "Disable Lightweight Solution Load" if it's available (probably right down the bottom of the menu).

    My guess is when the pin tabs attempt to be restored during VS startup, if the project hasn't been loaded yet, it can't pin them.

    0 讨论(0)
提交回复
热议问题