mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Disable vscode menu bar
This commit is contained in:
parent
3aec72f64a
commit
c080ec67ca
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
||||||
"workbench.sideBar.location" = "right";
|
"workbench.sideBar.location" = "right";
|
||||||
"editor.renderWhitespace" = "none";
|
"editor.renderWhitespace" = "none";
|
||||||
"editor.minimap.enabled" = false;
|
"editor.minimap.enabled" = false;
|
||||||
|
"window.menuBarVisibility" = "toggle";
|
||||||
});
|
});
|
||||||
in [
|
in [
|
||||||
"f+ %h/.config/VSCodium/User/settings.json - - - - ${settings}"
|
"f+ %h/.config/VSCodium/User/settings.json - - - - ${settings}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue