vscode-extensions.github.codespaces: init at 1.10.6

This commit is contained in:
Arthur Likhner 2022-09-27 16:36:33 +03:00 committed by GitHub
parent 7e52b35fe9
commit e2a6c71a62
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";