From 60ac77ef20d5282db60d1b8ea6f97eb03b1c3bcd Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 3 Oct 2025 16:18:38 -0500 Subject: [PATCH] feat: removed AI features from vsCode --- modules/home/gui/apps/code/vsCode/config/userSettings.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/gui/apps/code/vsCode/config/userSettings.nix b/modules/home/gui/apps/code/vsCode/config/userSettings.nix index d9a30c7..df97259 100755 --- a/modules/home/gui/apps/code/vsCode/config/userSettings.nix +++ b/modules/home/gui/apps/code/vsCode/config/userSettings.nix @@ -69,4 +69,5 @@ in "workbench.welcomePage.walkthroughs.openOnInstall" = false; "workbench.editor.empty.hint" = "hidden"; "haskell.formattingProvider" = "fourmolu"; + "chat.disableAIFeatures" = true; }