alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.96k stars 228 forks source link

[FEATURE] - Always Show Status Bar Widget #769

Open CagriAldemir opened 1 month ago

CagriAldemir commented 1 month ago

When I open a folder in vscode, I can see the widget like below.

image

But when I close the folder, the widget disappears. Can we add an option to show widget always.

alefragnani commented 3 weeks ago

Hi @CagriAldemir ,

The Status Bar idea is to display the current project name. That's the reason why, when you close the folder or open an unknow folder, it is not displayed.

What would be the expected behaviour of the widget if it is always available?

What do you think?