Modules/VsCode: Enable ai features
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user