Skip to content
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

Add a setting to always show sidebar even when opening empty window #63354

Closed
jamesdlow opened this issue Nov 17, 2018 · 3 comments
Closed

Add a setting to always show sidebar even when opening empty window #63354

jamesdlow opened this issue Nov 17, 2018 · 3 comments
Labels
feature-request Request for new features or functionality layout General VS Code workbench layout issues *out-of-scope Posted issue is not in scope of VS Code

Comments

@jamesdlow
Copy link

It would be great if we had an option to always show the sidebar on startup, even if opening with just one file. Have a consistent user interface, rather than one that moves around depending on the number of files open is important to some of us.

@roblourens
Copy link
Member

roblourens commented Nov 17, 2018

Sort of related to #3742, is there a better dupe @bpasero ?

@bpasero bpasero added layout General VS Code workbench layout issues feature-request Request for new features or functionality labels Nov 18, 2018
@bpasero bpasero removed their assignment Nov 18, 2018
@bpasero bpasero changed the title Always Show Sidebar Add a setting to always show sidebar even when opening empty window Nov 18, 2018
@kanlukasz
Copy link

kanlukasz commented Aug 7, 2019

I always want to keep open sidebar too, but everytime:

  • if i open vs code with fresh session ( -N i mean ) ➡️ sidebar is close
  • if i open file with right click ( edit with VSCode ) ➡️ sidebar is close
  • if i open new window ( File > New Window ) ➡️ sidebar is close

Of course, pressing Ctrl + B is not a big deal, but if I have to do it every day several times, it is very frustrating 😞


I think that the option satisfying everyone would be something like:

  • "workbench.startupSidebar"

with the following options:

  • always (sidebar will always be open each time on startup)
  • never (never show sidebar on startup)
  • one (remember state from previous session)

Releated ticket:
#3742

@bpasero bpasero added the *out-of-scope Posted issue is not in scope of VS Code label Oct 10, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 10, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality layout General VS Code workbench layout issues *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

5 participants
@jamesdlow @roblourens @bpasero @kanlukasz and others