8000 Visual Studio Code title bar · ashish0kumar windots · Discussion #12 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Visual Studio Code title bar #12

Discussion options

You must be logged in to vote

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 my settings.json:

"apc.electron": {
    "frame": false,
    "titleBarStyle": "hidden",
},
"window.titleBarStyle": "native",
"window.customTitleBarVisibility": "never",

However, note that this extension only works up to VSCode v1.91.1, so I’ve pinned that version and disabled updates:

"update.mode": "none"

Here’s my full settings.json if you want to reference it

For other applications:

  • Terminal: I'm using Windows Terminal. You can remove the title bar by going to Settings > Star…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MiguelAngel861
Comment options

Answer selected by MiguelAngel861
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
0