Skip to content

window.menuStyle option descriptions are swapped (Insiders) #249745

@tycode

Description

@tycode

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

Steps to Reproduce:

  1. Fresh install of above Insiders release
  2. Search Settings for menuStyle
  3. Observe option descriptions as follows
  • native: Use the custom menu. (swapped with below)
  • custom: Use the native menu... (swapped with above)
  • inherit: Matches the menu style... (this one is OK)

I notice that the names of each option are correct ("custom" gives me the custom menu) and it's the descriptions that are swapped (not the other way round).


@benibenj Looks like this is where the setting descriptions need to be swapped round:

https://github.com/microsoft/vscode/pull/249339/files#diff-04d484897c02ce699521b4995d3d26d35ed572a2073e38fb3f5d2785f4f02366R268

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugsystem-context-menuIssue related to context menu drawn by the OS

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions