In my linux version of VS Code, when I press the Alt key it focuses on the File tab of the menu bar. Not sure how I made it this way. It wasn't this way before.
How do I disable this?
In my linux version of VS Code, when I press the Alt key it focuses on the File tab of the menu bar. Not sure how I made it this way. It wasn't this way before.
How do I disable this?
In settings.json
"window.titleBarStyle": "custom",
"window.customMenuBarAltFocus": false
Press Ctrl-, to open the setting and search for:
window.enableMenuBarMnemonics
Disable the option.
Or add this to your settings.json file:
"window.enableMenuBarMnemonics": false,
https://code.visualstudio.com/updates/v1_36#_disable-alt-key-focus-of-the-custom-menu-bar