3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #198299 from Zimmi48/bump-copilot

vscode-extensions.github.copilot: 1.46.6822 -> 1.56.7152
This commit is contained in:
Théo Zimmermann 2022-11-04 17:05:41 +01:00 committed by GitHub
commit 6c55a61419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {