Merge pull request #109209 from hugolgst/init/vscode-github-vscode-theme

vscode-extensons.github.github-vscode-theme: init at 1.1.5
This commit is contained in:
Sandro 2021-01-13 08:42:15 +01:00 committed by GitHub
commit e9019c63af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,6 +155,22 @@ let
};
};
github.github-vscode-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "github-vscode-theme";
publisher = "github";
version = "1.1.5";
sha256 = "10f0098cce026d1f0c855fb7a66ea60b5d8acd2b76126ea94fe7361e49cd9ed2";
};
meta = with lib; {
description = "GitHub theme for VS Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme";
homepage = "https://github.com/primer/github-vscode-theme";
license = licenses.mit;
maintainers = with maintainers; [ hugolgst ];
};
};
golang.Go = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "Go";