Skip to content

Commit d155eb8

Browse files
authored
fix(vscode): disable AI features
1 parent 4b74c85 commit d155eb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/user/programs/vscode.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package = pkgs-unstable.vscode;
66
profiles.default = {
77
userSettings = {
8-
"chat.disableAIFeatures" = false;
8+
"chat.disableAIFeatures" = true;
99
"containers.containerClient" = "com.microsoft.visualstudio.containers.podman";
1010
"containers.orchestratorClient" = "com.microsoft.visualstudio.orchestrators.podmancompose";
1111
"dev.containers.dockerComposePath" = "podman-compose";

0 commit comments

Comments
 (0)