Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove hamburger menu button when the menu bar is disabled in Visual Studio Code

Before the update, I liked to disable show menu bar.
The menu disappeared and you just have to press Alt key to show it again. enter image description here

But now Alt key doesn't work because there is a new hamburger menu button on the Activity Bar.

enter image description here
Is it possible to remove the hamburger menu icon?

like image 671
Luti Avatar asked Sep 20 '25 00:09

Luti


1 Answers

Open File Choose Preferences Choose Settings Search for window.menuBarVisibility

Set this according to your preference. toggle removes the new hamburger icon and only shows when you hit Alt.

like image 56
Jeter-work Avatar answered Sep 23 '25 05:09

Jeter-work