Merge pull request #138095 from VergeDX/gitHub.copilot

vscode-extensions.github.copilot: init at 1.4.2678

authored by

figsoda and committed by
GitHub
024b9a14 03a1cf36

+10
+10
pkgs/misc/vscode-extensions/default.nix
··· 680 680 }; 681 681 682 682 github = { 683 + copilot = buildVscodeMarketplaceExtension { 684 + mktplcRef = { 685 + publisher = "github"; 686 + name = "copilot"; 687 + version = "1.4.2678"; 688 + sha256 = "sha256-NryXLuMIZJngp2dBsGbNhBiblEthckw1Zk2vqMXIzFM="; 689 + }; 690 + meta = { license = lib.licenses.unfree; }; 691 + }; 692 + 683 693 github-vscode-theme = buildVscodeMarketplaceExtension { 684 694 mktplcRef = { 685 695 name = "github-vscode-theme";