vscode-extentions.kahole.magit: init 0.6.13
This commit is contained in:
parent
aa47d87c82
commit
a38d9eee54
1 changed files with 12 additions and 0 deletions
|
@ -660,6 +660,18 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
kahole.magit = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "magit";
|
||||
publisher = "kahole";
|
||||
version = "0.6.13";
|
||||
sha256 = "sha256-/SeGQV0UEqBk69cAmUXFc/OfPxNssvzZqa7NmAMQD1k=";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
mikestead.dotenv = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "dotenv";
|
||||
|
|
Loading…
Reference in a new issue