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; }