Loading pkgs/applications/editors/vscode/extensions/default.nix +1 −17 Original line number Diff line number Diff line Loading @@ -2077,23 +2077,7 @@ let }; }; github.copilot = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "github"; name = "copilot"; # Verify which version is available with nix run nixpkgs#vsce -- show github.copilot --json version = "1.317.0"; hash = "sha256-w8HH1ibkOrpuKi3Yhzr+DjVIY7HWZ2L4rYzNYrHkfbc="; }; meta = { description = "GitHub Copilot uses OpenAI Codex to suggest code and entire functions in real-time right from your editor"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.copilot"; homepage = "https://github.com/features/copilot"; license = lib.licenses.unfree; maintainers = [ lib.maintainers.Zimmi48 ]; }; }; github.copilot = callPackage ./github.copilot { }; github.copilot-chat = buildVscodeMarketplaceExtension { mktplcRef = { Loading pkgs/applications/editors/vscode/extensions/github.copilot/default.nix 0 → 100644 +21 −0 Original line number Diff line number Diff line { lib, vscode-utils, }: vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { publisher = "github"; name = "copilot"; version = "1.317.0"; hash = "sha256-w8HH1ibkOrpuKi3Yhzr+DjVIY7HWZ2L4rYzNYrHkfbc="; }; meta = { description = "GitHub Copilot uses OpenAI Codex to suggest code and entire functions in real-time right from your editor"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.copilot"; homepage = "https://github.com/features/copilot"; license = lib.licenses.unfree; maintainers = [ lib.maintainers.Zimmi48 ]; }; } Loading
pkgs/applications/editors/vscode/extensions/default.nix +1 −17 Original line number Diff line number Diff line Loading @@ -2077,23 +2077,7 @@ let }; }; github.copilot = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "github"; name = "copilot"; # Verify which version is available with nix run nixpkgs#vsce -- show github.copilot --json version = "1.317.0"; hash = "sha256-w8HH1ibkOrpuKi3Yhzr+DjVIY7HWZ2L4rYzNYrHkfbc="; }; meta = { description = "GitHub Copilot uses OpenAI Codex to suggest code and entire functions in real-time right from your editor"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.copilot"; homepage = "https://github.com/features/copilot"; license = lib.licenses.unfree; maintainers = [ lib.maintainers.Zimmi48 ]; }; }; github.copilot = callPackage ./github.copilot { }; github.copilot-chat = buildVscodeMarketplaceExtension { mktplcRef = { Loading
pkgs/applications/editors/vscode/extensions/github.copilot/default.nix 0 → 100644 +21 −0 Original line number Diff line number Diff line { lib, vscode-utils, }: vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { publisher = "github"; name = "copilot"; version = "1.317.0"; hash = "sha256-w8HH1ibkOrpuKi3Yhzr+DjVIY7HWZ2L4rYzNYrHkfbc="; }; meta = { description = "GitHub Copilot uses OpenAI Codex to suggest code and entire functions in real-time right from your editor"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.copilot"; homepage = "https://github.com/features/copilot"; license = lib.licenses.unfree; maintainers = [ lib.maintainers.Zimmi48 ]; }; }