eamodio / SaveAllTheTabs

Quickly save and restore sets of document tabs in Visual Studio
MIT License
67 stars 30 forks source link

Saving tabs that contains a SQL document fails in VS 2013 #6

Open eamodio opened 9 years ago

eamodio commented 9 years ago

In VS 2013 IVsUIShellDocumentWindowMgr.SaveDocumentWindowPositions fails with E_POINTER when there is an open SQL document. It works fine in VS 2015 RC.

eamodio commented 9 years ago

Open a connect issue: https://connect.microsoft.com/VisualStudio/feedback/details/1420867