about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@inria.fr>2022-11-04 17:05:41 +0100
committerGitHub <noreply@github.com>2022-11-04 17:05:41 +0100
commit6c55a614199f1fa132065d67f823495b68172663 (patch)
tree23d772e89c3cd5ca550850c927715e4ba66df4a3
parent192dcad6daefba8af239483297ac27e96548d766 (diff)
parentc988052ad56d9bc179e3bd05f5c5a24b8777b83a (diff)
Merge pull request #198299 from Zimmi48/bump-copilot
vscode-extensions.github.copilot: 1.46.6822 -> 1.56.7152
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix12
1 files changed, 9 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index 64334503cf06e..12c7473c2e39a 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1244,10 +1244,16 @@ let
           mktplcRef = {
             publisher = "github";
             name = "copilot";
-            version = "1.46.6822";
-            sha256 = "sha256-L71mC0190ZubqNVliu7es4SDsBTGVokePpcNupABI8Q=";
+            version = "1.56.7152";
+            sha256 = "sha256-9WEvTcVY/yMF00GJVj4h57aWhfBYTSatbw10DjjAaAM=";
+          };
+          meta = with lib; {
+            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 = licenses.unfree;
+            maintainers = with maintainers; [ Zimmi48 ];
           };
-          meta = { license = lib.licenses.unfree; };
         };
 
         github-vscode-theme = buildVscodeMarketplaceExtension {