Merge pull request #142219 from SuperSamus/git-graph

vscode-extensions.mhutchie.git-graph: init at 1.30.0
conduit-nginx
figsoda 2021-10-21 21:58:08 -04:00 committed by GitHub
commit e4222cba48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -1082,6 +1082,18 @@ let
};
};
mhutchie.git-graph = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "git-graph";
publisher = "mhutchie";
version = "1.30.0";
sha256 = "sha256-sHeaMMr5hmQ0kAFZxxMiRk6f0mfjkg2XMnA4Gf+DHwA=";
};
meta = {
license = lib.licenses.mit;
};
};
mikestead.dotenv = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dotenv";