visual-studio-code

Way to disable the Visual Studio Code editor title bar


When not using tabs in Visual Studio Code, it still shows a bar with the name of the currently open file.

Editor title bar

Is there a way to disable this bar completely?


Solution

  • You can use this setting to hide the title bar: "window.titleBarStyle": "custom". It can be accessed via menu FilePreferencesSettingsWindowTitle Bar Style and set it to custom.