We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b74c85 commit d155eb8Copy full SHA for d155eb8
1 file changed
home/user/programs/vscode.nix
@@ -5,7 +5,7 @@
5
package = pkgs-unstable.vscode;
6
profiles.default = {
7
userSettings = {
8
- "chat.disableAIFeatures" = false;
+ "chat.disableAIFeatures" = true;
9
"containers.containerClient" = "com.microsoft.visualstudio.containers.podman";
10
"containers.orchestratorClient" = "com.microsoft.visualstudio.orchestrators.podmancompose";
11
"dev.containers.dockerComposePath" = "podman-compose";
0 commit comments