microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.82k stars 28.2k forks source link

I can't find Command Center when I toggle to full screen #154422

Open xiece666 opened 2 years ago

xiece666 commented 2 years ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

1.turn window.commandCenter on 2.toggle to full screen

截屏2022-07-08 08 33 03

this is in full screen

截屏2022-07-08 08 33 20

this is not in full screen

yaronhb commented 2 years ago

+1 This also happened to me with layout customization & panel toggles that are on the right

image

Same version as above

sbatten commented 2 years ago

@jrieken there is generally a theme here about revisiting how the titlebar hides, shows in various cases with the utility of the command center

Lakshmikanth2001 commented 2 years ago

Expected View in full screen mode

vsocde-bug

Actual View in full-screen mode

vscode-bug-fix

Please enable the the options like File Edit Selection in full-screen model to

sbatten commented 2 years ago

@Lakshmikanth2001 currently you can force the menubar to be visible by setting window.menuBarVisibility to visible in settings

Lakshmikanth2001 commented 2 years ago

thank you editing settings.json did the job

"window.menuBarVisibility": "visible"
erik888 commented 1 year ago

That didn't work for me

VSCodeTriageBot commented 1 year ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

wesleyboar commented 10 months ago

The OP's problem is not happening for me. The "Actual View" of https://github.com/microsoft/vscode/issues/154422#issuecomment-1186105236 is what I see, but is also what I expect in macOS.

VS Code Slack
vscode slack

I do not find a "menuBarVisibility" setting. If I add "window.menuBarVisibility": "visible", is it reported as an "Unknown Configuration Setting".

I see the label feature-request, but what feature is being requested? The request https://github.com/microsoft/vscode/issues/154422#issuecomment-1186105236 appears to be a setting that is outdated.