How to restore the menu bar in Visual Studio Code

后端 未结 11 984
被撕碎了的回忆
被撕碎了的回忆 2020-12-08 01:38

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?

相关标签:
11条回答
  • 2020-12-08 02:14

    It's also possible that you have accidentally put the IDE into Full Screen Mode. On occasion, you may be inadertently pressing F11 to set FullScreen mode to On.

    If this is the case, the Accepted Answer above will not work. Instead, you must disable Full Screen mode (View > Appearance > Full Screen).

    Please see the attached screenshot.

    0 讨论(0)
  • 2020-12-08 02:14

    None of these worked for me in Ubuntu 16.4.

    0 讨论(0)
  • 2020-12-08 02:17

    To restore menu bar visibility so that you don't press key Alt to make the menu bar visible and the menu bar remains visible all the time, see the setting below.

    You inadvertently changed the value from "default" to "toggle", so restore the setting to "default" as shown below.

    "window.menuBarVisibility": "default"
    
    0 讨论(0)
  • 2020-12-08 02:17

    press Alt to seee the Menubar and then go to view - appearance and remove the check from the fullscreen option

    0 讨论(0)
  • 2020-12-08 02:19

    Press Ctrl + Shift + P to open the Command Palette, then write command : Toggle Menu Bar

    0 讨论(0)
提交回复
热议问题