1

Modules/VsCode: Enable ai features

This commit is contained in:
2026-05-17 14:47:35 +02:00
parent c4259ab0f5
commit fb85102582

View File

@ -22,7 +22,7 @@ in {
profiles.default = { profiles.default = {
enableUpdateCheck = false; enableUpdateCheck = false;
enableExtensionUpdateCheck = false; enableExtensionUpdateCheck = false;
enableMcpIntegration = false; enableMcpIntegration = true;
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
# Theme # Theme
@ -75,7 +75,7 @@ in {
"remote.SSH.configFile" = "~/.ssh/custom-config"; "remote.SSH.configFile" = "~/.ssh/custom-config";
"workbench.welcomePage.walkthroughs.openOnInstall" = false; "workbench.welcomePage.walkthroughs.openOnInstall" = false;
"security.workspace.trust.enabled" = false; "security.workspace.trust.enabled" = false;
"chat.disableAIFeatures" = true; "chat.disableAIFeatures" = false;
# C++ # C++
# "C_Cpp.intelliSenseEngine" = "disabled"; # IntelliSense conflics with Clangd # "C_Cpp.intelliSenseEngine" = "disabled"; # IntelliSense conflics with Clangd