Merge pull request #138095 from VergeDX/gitHub.copilot
vscode-extensions.github.copilot: init at 1.4.2678
This commit is contained in:
commit
024b9a141c
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue