Disable vscode menu bar

This commit is contained in:
SebastianStork 2024-04-29 18:20:34 +02:00
parent 3aec72f64a
commit c080ec67ca

View file

@ -48,6 +48,7 @@
"workbench.sideBar.location" = "right";
"editor.renderWhitespace" = "none";
"editor.minimap.enabled" = false;
"window.menuBarVisibility" = "toggle";
});
in [
"f+ %h/.config/VSCodium/User/settings.json - - - - ${settings}"