how to remove layout button in the vscode titlebar

Viewed 403

I would like to remove the following button, since it make my vs-code a bit too heavy to look at.

enter image description here

1 Answers
  1. Go to the File > Preferences > Settings
  2. Search for LayoutControl > Layout Control: Type
  3. Switch to menu

enter image description here

Remove everyting?

If you wish to remove everything,

  1. Click on the Open Settings icon
  2. Add the following at the end of the file "workbench.layoutControl.enabled": false

enter image description here

or directly with the settings

enter image description here

Related