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?
Ctrl + Shift + P will open a command window and you can type Toggle Menu Bar to toggle it on and off.
There is an "X" icon at the top left corner of the editor view. (You can hover on it to reveal what it does). Click on the X to close the editor.
You can use this setting to hide the title bar: "window.titleBarStyle": "custom"
. It can be accessed via menu File → Preferences → Settings → Window → Title Bar Style and set it to custom.
Install the custom CSS extension.
Now in your custom stylesheet:
.container > .title { display: none !important; }
After, run the command "Enable custom css / js" (and restart).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With