VS2012 Productivity Power Tools Pinned Tabs close on run

前端 未结 2 1755
挽巷
挽巷 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: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.

提交回复
热议问题