vscode: Disable copilot completions

This commit is contained in:
SebastianStork 2025-11-07 11:20:34 +01:00
parent 0aa59826e0
commit dd0cf60f36
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -62,6 +62,9 @@
"nix.serverPath" = lib.getExe pkgs.nixd;
"nix.formatterPath" = lib.getExe pkgs.nixfmt-rfc-style;
"nix.serverSettings.nixd.formatting.command" = [ (lib.getExe pkgs.nixfmt-rfc-style) ];
"github.copilot.enable" = {
"*" = false;
};
}
);
in