With the new version of Visual Studio Code, tabs are rendered by default. How do I disable / hide them as I really liked the previous behavior without any tabs?
You can use the plugin "Custom CSS & JS" and use the following code
.title.show-file-icons { display: none !important; }