I have hidden tabs already and disabled some things like line numbers etc. How to get rid of top bar which contains file name ProfilePrivate.tsx
?
Go to menu File → Preferences → Settings → Window → Title Bar Style and set it to custom. Now there won't be any title bar.
Zen Mode lets you focus on your code by hiding all UI except the editor (no Activity Bar, Status Bar, Sidebar and Panel) and going to full screen. Zen mode can be toggled using the View menu, Command Palette or by the shortcut Ctrl+K Z. If you prefer not to transition to full screen, that can be disabled via window.
Press Esc twice to exit Zen Mode.
Go to VSCode settings ( CTRL+, or CMD+, ) and search for shortcut menu bar . Toggle buttons from there.
I've found a solution.
https://github.com/Microsoft/vscode/issues/33607#issuecomment-424193133
/Users/(yourusername)/.vscode.css
and paste there: .title.show-file-icons { display: none !important; }
"vscode_custom_css.imports": ["file:///Users/(yourusername)/.vscode.css"]
CMD + Shift + P
and write Enable custom css and jsIt should hide top bar.
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