vscode-extensions.jkillian.custom-local-formatters: init at 0.0.4

This commit is contained in:
Kevin Amado 2021-06-10 01:02:06 -05:00 committed by Raphael Megzari
parent 1d7d3009e5
commit d4cda78a55

View File

@ -508,6 +508,19 @@ let
};
};
jkillian.custom-local-formatters = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "jkillian";
name = "custom-local-formatters";
version = "0.0.4";
sha256 = "1pmqnc759fq86g2z3scx5xqpni9khcqi5z2kpl1kb7yygsv314gm";
};
meta = {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kamadorueda ];
};
};
github = {
github-vscode-theme = buildVscodeMarketplaceExtension {
mktplcRef = {