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?
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.