-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to hide "Open Editors" section when not opening a folder #17473
Comments
@StyloBill is this when you have a folder opened in VS Code or when using VS Code empty? |
Empty VS Code. When a folder is opened, the setting is working as expected. |
ok, this is as designed. when no folder is opened you cannot hide the open editors view. |
This seems non-intuitive. Why should I need a folder open in order to hide this section that I don't need? |
@Rhywun what is the scenario here? what remains in the "Explorer" when you are not opening a folder and you want to hide the "Open Editors" view? /cc @sandy081 this actually might become more interesting once we have extensions adding views to the explorer so we probably should just allow to hide "open editors" even when not having a folder open. |
No I think it is fine to allow this, but that makes the explorer basically just 1 button to open a folder. Now, with extensions support, it is a different story that makes more sense to me if you have an extension view showing up. |
@bpasero @sandy081 OK, I see what you're getting at. Without a project open, what's the point of having the Explorer open at all. I think I use vscode more often to open single files rather than projects, and after I applied that setting it just seemed weird that the section was still visible. Maybe a change to consider for the future like you suggest. |
Related to #27823 |
@sandy081 isn't this done? |
Yes.. now you can hide Open Editors section in any (no) workspace. Re #30120 |
Discussed in standup meeting: this has been already verified. |
How do you get the Open Editors section back after removing it from the sidebar? |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: