vscode-extensons.github.github-vscode-theme: init at 1.1.5

wip/yesman
Hugo Lageneste 3 years ago
parent 5322c1f7d7
commit 55eba0761f
No known key found for this signature in database
GPG Key ID: F62897BB4BF7B96A
  1. 16
      pkgs/misc/vscode-extensions/default.nix

@ -143,6 +143,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";

Loading…
Cancel
Save