eamodio / SaveAllTheTabs

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

Does not restore a non-VS tab #10

Closed migig closed 7 years ago

migig commented 8 years ago

I have some tabs open, which are not VS solution items. External files.

This addon does not restore them. I assume it only restores solution items.

Please consider adding this.

eamodio commented 7 years ago

@migig unfortunately the apis I am using to restore tabs is provided by VS itself. I'm sure there is a way to get this to work manually, but honestly it isn't a feature I would be willing to implement (as I rarely use VS these days). Sorry -- although I would be open to a PR implementing this :)