mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Remove new vscode titlebar
This commit is contained in:
parent
e8c51558c4
commit
3ff4718486
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@
|
||||||
"editor.minimap.enabled" = false;
|
"editor.minimap.enabled" = false;
|
||||||
"window.menuBarVisibility" = "toggle";
|
"window.menuBarVisibility" = "toggle";
|
||||||
"workbench.editor.decorations.colors" = false;
|
"workbench.editor.decorations.colors" = false;
|
||||||
|
"window.titleBarStyle" = "native";
|
||||||
|
"window.customTitleBarVisibility" = "never";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue