0

When using VSCode on eOS, the menus on the title bar is pretty annoying if I hold the alt key or use some keyboard shortcut like shif + alt + RightArrow. So, how can we stop this behavior?

Jerry
  • 1
  • 1

1 Answers1

0

Use the below settings to hide the menus:

{
  "window.titleBarStyle": "custom",
  "window.menuBarVisibility": "hidden",
  "window.customMenuBarAltFocus": false
}
Jerry
  • 1
  • 1