From 023b987cd077005a4154438c5b29111c8fd5de67 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Tue, 26 Mar 2024 16:38:49 +0100 Subject: [PATCH] vscodium: prevent interactive asking for screenreader --- home/modules/vscodium.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/vscodium.nix b/home/modules/vscodium.nix index d4875b6..2f5210f 100644 --- a/home/modules/vscodium.nix +++ b/home/modules/vscodium.nix @@ -60,6 +60,7 @@ in { "editor.fontLigatures" = true; + "editor.accessibilitySupport" = false; # prevent asking "window.autoDetectColorScheme" = true; "workbench.preferredDarkColorTheme" = "Default Dark Modern"; "workbench.preferredLightColorTheme" = "Default Light Modern";