Merge pull request #138095 from VergeDX/gitHub.copilot

vscode-extensions.github.copilot: init at 1.4.2678
This commit is contained in:
figsoda 2021-09-16 13:55:53 -04:00 committed by GitHub
commit 024b9a141c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -680,6 +680,16 @@ let
};
github = {
copilot = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "github";
name = "copilot";
version = "1.4.2678";
sha256 = "sha256-NryXLuMIZJngp2dBsGbNhBiblEthckw1Zk2vqMXIzFM=";
};
meta = { license = lib.licenses.unfree; };
};
github-vscode-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "github-vscode-theme";