'Make Vscode on Gnome look like Windows?! (Removing the gnome titlebar)

Intro

How to change VSCODE Gnome(41+) TopBar to look like the windows topbar?enter image description here

To: enter image description here

Currently the top bar on GNOME takes a good amount of space. Also it doesn't look good(imo). How would i be able to change this?



Solution 1:[1]

How to set it up

If you open the Setting tab(Ctr+,) You can search for titlebar enter image description here

Chane the Window:Title Bar Style from native to custom . Boom! Reload your vscode, and you have a window-like title bar

{
  "window.titleBarStyle": "custom"
}

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ryan S.