Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to restore the menu bar in Visual Studio Code

I disabled the menu bar in preferences and it disappeared as expected. Now there's no way to get to the preferences menu again. How do I get it back?

Enter image description here

like image 971
Alex Avatar asked Apr 18 '16 18:04

Alex


People also ask

How do I restore my menu bar?

Press Alt + V on your keyboard to open the View menu. From the View drop-down menu, select Toolbars. Choose the Toolbars you want to enable and click OK.


2 Answers

For Windows users:

For older versions (<1.54) of Visual Studio Code: Press Alt to make the menu visible temporarily. While the menu is visible go to the View menu and choose Appearance -> Show Menu Bar.

For newer versions see the following steps or if Alt does not work use Crtl + Shift + P for command pallete, type 'menu' and select View: Toggle Menu Bar

Alternativily open settings Ctrl+,, search for and change Window: Menu Bar Visibility to either classic or visible.

For macOS users:

If you are in Full-Screen mode you can either move the cursor to the top of the screen to see the menu, or you can exit Full-Screen using Ctrl+Cmd+F, or ⌃⌘F in alien's script.

like image 134
Jurijs Kovzels Avatar answered Oct 21 '22 23:10

Jurijs Kovzels


Another way to restore the menu bar is to trigger the View: Toggle Menu Bar command in the command palette (F1).

like image 43
Daniel Imms Avatar answered Oct 21 '22 23:10

Daniel Imms