vscode-extensions.github.copilot: init at 1.4.2678

This commit is contained in:
Vanilla 2021-09-16 12:33:35 +08:00
parent 37f27661c1
commit 9823b8c159
No known key found for this signature in database
GPG key ID: 4DFA2BDD7305E739

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";