mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Disable vscode tab decorations
This commit is contained in:
parent
914c29cc9e
commit
89deb74890
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
||||||
"editor.renderWhitespace" = "none";
|
"editor.renderWhitespace" = "none";
|
||||||
"editor.minimap.enabled" = false;
|
"editor.minimap.enabled" = false;
|
||||||
"window.menuBarVisibility" = "toggle";
|
"window.menuBarVisibility" = "toggle";
|
||||||
|
"workbench.editor.decorations.colors" = false;
|
||||||
});
|
});
|
||||||
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