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