From 08b1c358e3ccba2672e7ca579478562c30a394d8 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 13 May 2026 14:38:56 +0200 Subject: [PATCH] Modules/VSCode: Disable ai features --- home/homemodules/vscode/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/homemodules/vscode/default.nix b/home/homemodules/vscode/default.nix index 1a8ea964..43c6c1ec 100644 --- a/home/homemodules/vscode/default.nix +++ b/home/homemodules/vscode/default.nix @@ -73,7 +73,9 @@ in { "workbench.colorTheme" = "Catppuccin Mocha"; "workbench.iconTheme" = "catppuccin-mocha"; "remote.SSH.configFile" = "~/.ssh/custom-config"; + "workbench.welcomePage.walkthroughs.openOnInstall" = false; "security.workspace.trust.enabled" = false; + "chat.disableAIFeatures" = true; # C++ # "C_Cpp.intelliSenseEngine" = "disabled"; # IntelliSense conflics with Clangd