madskristensen / CloseAllTabs

A Visual Studio extension
Other
31 stars 8 forks source link

Clean-up not doing it's job #11

Open kipusoep opened 6 years ago

kipusoep commented 6 years ago

Installed product versions

Description

It seems the plug-in isn't doing it's job anymore. Opened files are still open when I close the VS and re-open the solution. Same goes for the expanded folders in the Solution Explorer; they're not collapsed. Is there a log file or something like that to pinpoint the issue?

CodingBlueberry commented 6 years ago

I've been having the same issue since updating to 1.4.30. I hope there's a solution for this soon.

kipusoep commented 6 years ago

No updates at all? Can we please have this version rolled back then?

CodingBlueberry commented 6 years ago

@madskristensen, is there going to be a fix for this soon? The extension has been broken for about a month now.

madskristensen commented 6 years ago

I haven't had a chance to look at this recently. If anyone is game to take a look at send a PR I would be grateful.

kipusoep commented 6 years ago

Thanks for replying mads. Ain’t it possible to unpublish the current version somehow as a quick fix?

madskristensen commented 6 years ago

There is not. I think I might have removed the ability for it to close open documents because it is now built in to Visual Studio image

CodingBlueberry commented 6 years ago

Thanks as well for replying and pointing out that setting. Do you know of any solution for the solution explorer tree remaining expanded after reloading a solution?

madskristensen commented 6 years ago

@CodingBlueberry that is coming in Visual Studio 2019

kipusoep commented 6 years ago

I think there’s some miscommunication. How I read it, the question should be; how do we make sure that the solution explorer doesn’t remember it’s state when closing and reopening a solution.

madskristensen commented 6 years ago

@kipusoep that seems to be the bug there has to be fixed

Thaoden commented 5 years ago

I think there’s some miscommunication. How I read it, the question should be; how do we make sure that the solution explorer doesn’t remember it’s state when closing and reopening a solution.

VS2019 RC has a toggle in Options -> Projects and solutions -> Restore solution explorer project hierarchy... that just does that.

SridharPasham commented 5 years ago

There is not. I think I might have removed the ability for it to close open documents because it is now built in to Visual Studio image

I think same goes for Solution Hierarchy? because this feature is built in VS 2019. "Restore solution explorer project hierarchy state on solution load" Capture