From 89deb74890a533b80547bb59c1f1a12b8d74efe7 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 1 May 2024 17:44:35 +0200 Subject: [PATCH] Disable vscode tab decorations --- modules/home/vscode.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/vscode.nix b/modules/home/vscode.nix index b209ac9..0c3e87b 100644 --- a/modules/home/vscode.nix +++ b/modules/home/vscode.nix @@ -49,6 +49,7 @@ "editor.renderWhitespace" = "none"; "editor.minimap.enabled" = false; "window.menuBarVisibility" = "toggle"; + "workbench.editor.decorations.colors" = false; }); in [ "f+ %h/.config/VSCodium/User/settings.json - - - - ${settings}"