mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
vscode: Disable copilot completions
This commit is contained in:
parent
0aa59826e0
commit
dd0cf60f36
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@
|
||||||
"nix.serverPath" = lib.getExe pkgs.nixd;
|
"nix.serverPath" = lib.getExe pkgs.nixd;
|
||||||
"nix.formatterPath" = lib.getExe pkgs.nixfmt-rfc-style;
|
"nix.formatterPath" = lib.getExe pkgs.nixfmt-rfc-style;
|
||||||
"nix.serverSettings.nixd.formatting.command" = [ (lib.getExe pkgs.nixfmt-rfc-style) ];
|
"nix.serverSettings.nixd.formatting.command" = [ (lib.getExe pkgs.nixfmt-rfc-style) ];
|
||||||
|
"github.copilot.enable" = {
|
||||||
|
"*" = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue