vscode-extensions.jkillian.custom-local-formatters: init at 0.0.4
This commit is contained in:
parent
1d7d3009e5
commit
d4cda78a55
1 changed files with 13 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue