Merge pull request #193183 from likhner/master

vscode-extensions.github.codespaces: init at 1.10.6
This commit is contained in:
figsoda 2022-09-27 11:29:36 -04:00 committed by GitHub
commit 3675927fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1199,6 +1199,16 @@ let
};
github = {
codespaces = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "github";
name = "codespaces";
version = "1.10.6";
sha256 = "04d6lx8s6rwc6ry6flyw59hg9c4814s5wvi8ycxlwq4pl8n0imd7";
};
meta = { license = lib.licenses.unfree; };
};
copilot = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "github";