diff --git a/hosts/common/configs/user/gui/vscode/default.nix b/hosts/common/configs/user/gui/vscode/default.nix index 98cdc4b..23f3c80 100644 --- a/hosts/common/configs/user/gui/vscode/default.nix +++ b/hosts/common/configs/user/gui/vscode/default.nix @@ -91,6 +91,9 @@ in "git.ignoreRebaseWarning" = true; "git.openRepositoryInParentFolders" = "always"; "git.path" = lib.meta.getExe pkgs.git; + "github.copilot.enable" = { + "*" = true; + }; "mergeEditor.diffAlgorithm" = "advanced"; "security.workspace.trust.enabled" = false; "telemetry.telemetryLevel" = "off";