Modules/VSCode: Disable ai features
This commit is contained in:
@ -73,7 +73,9 @@ in {
|
|||||||
"workbench.colorTheme" = "Catppuccin Mocha";
|
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||||
"workbench.iconTheme" = "catppuccin-mocha";
|
"workbench.iconTheme" = "catppuccin-mocha";
|
||||||
"remote.SSH.configFile" = "~/.ssh/custom-config";
|
"remote.SSH.configFile" = "~/.ssh/custom-config";
|
||||||
|
"workbench.welcomePage.walkthroughs.openOnInstall" = false;
|
||||||
"security.workspace.trust.enabled" = false;
|
"security.workspace.trust.enabled" = false;
|
||||||
|
"chat.disableAIFeatures" = true;
|
||||||
|
|
||||||
# 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