Is there a way to hide all those top bars?

Could anyone suggest how I could remove all those thick title/top bars? Or at least 2 of them

1 Like

this is what my vscode ui setup looks like and with firebase studio I lose around 5 lines of space and that’s pretty annoying

1 Like

That was something I also wanted to ask as I appreciate the space a lot and I focus more when all I see is just code and not extra information

I did find a way to hide the bar of Firebase Studio by installing the extension “User JavaScript and CSS” and inserting the next css rule:
app-bar, #gb {
display: none !important;
}

I hope this can be useful for somebody else