-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsystem-context-menuIssue related to context menu drawn by the OSIssue related to context menu drawn by the OStitlebarVS Code main title bar issuesVS Code main title bar issuesverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
Version: 1.101.0-insider
Commit: 747d0bd
Date: 2025-05-23T06:35:04.132Z
Electron: 35.4.0
ElectronBuildId: 11602177
Chromium: 134.0.6998.205
Node.js: 22.15.0
V8: 13.4.114.21-electron.0
OS: Linux x64 6.1.0-37-amd64
settings.json
:
{
"window.menuStyle": "custom",
"window.titleBarStyle": "native",
"window.commandCenter": false
}
Steps to Reproduce:
- Fresh install of above Insiders release
- Apply the above
settings.json
(restart VS Code when prompted) - Observe that the title bar is displayed twice: once in the native title bar, once in the menu bar (see below screenshot)
Expected behavior: this combination of settings should hide the custom title bar, so that that space can be used for the menu.
Additional notes:
- Even if the space isn't needed for the menu (when the window is big enough), the duplicated text is still distracting clutter so it should always be hidden with this combination of settings.
- If Copilot Controls and Layout Controls are additionally disabled, the entire width of the window should be usable by the custom menu.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsystem-context-menuIssue related to context menu drawn by the OSIssue related to context menu drawn by the OStitlebarVS Code main title bar issuesVS Code main title bar issuesverifiedVerification succeededVerification succeeded