vscode-extensions.github.codespaces: init at 1.10.6
This commit is contained in:
parent
7e52b35fe9
commit
e2a6c71a62
1 changed files with 10 additions and 0 deletions
|
@ -1199,6 +1199,16 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
github = {
|
github = {
|
||||||
|
codespaces = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
publisher = "github";
|
||||||
|
name = "codespaces";
|
||||||
|
version = "1.10.6";
|
||||||
|
sha256 = "04d6lx8s6rwc6ry6flyw59hg9c4814s5wvi8ycxlwq4pl8n0imd7";
|
||||||
|
};
|
||||||
|
meta = { license = lib.licenses.unfree; };
|
||||||
|
};
|
||||||
|
|
||||||
copilot = buildVscodeMarketplaceExtension {
|
copilot = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
publisher = "github";
|
publisher = "github";
|
||||||
|
|
Loading…
Reference in a new issue