Visual Studio Code title bar #12
-
|
How did you completely hide the vscode title bar? i can`t :(( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
To hide the VSCode title bar, I used the APC Customize UI extension. This extension allows deep UI tweaks like setting a frameless window However, note that this extension only works up to VSCode Here’s my full For other applications:
|
Beta Was this translation helpful? Give feedback.
To hide the VSCode title bar, I used the APC Customize UI extension. This extension allows deep UI tweaks like setting a frameless window
("frame": false)and hiding the title bar. Here's the relevant part from mysettings.json:However, note that this extension only works up to VSCode
v1.91.1, so I’ve pinned that version and disabled updates:Here’s my full
settings.jsonif you want to reference itFor other applications:
Terminal: I'm using Windows Terminal. You can remove the title bar by going to
Settings > Star…