feat: removed AI features from vsCode

This commit is contained in:
Nick 2025-10-03 16:18:38 -05:00
parent 96fc23f991
commit 60ac77ef20

View file

@ -69,4 +69,5 @@ in
"workbench.welcomePage.walkthroughs.openOnInstall" = false;
"workbench.editor.empty.hint" = "hidden";
"haskell.formattingProvider" = "fourmolu";
"chat.disableAIFeatures" = true;
}