1

Modules/VSCode: Disable ai features

This commit is contained in:
2026-05-13 14:38:56 +02:00
parent 1899f6baa8
commit 08b1c358e3

View File

@ -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