vscode-extensions.hookyqr.beautify: init at 1.5.0

This commit is contained in:
Ryan Horiguchi 2021-01-23 02:29:06 +01:00
parent 6cead806db
commit 0a900a5c75
No known key found for this signature in database
GPG key ID: CA7EE98D45A1132A

View file

@ -328,6 +328,18 @@ let
};
};
hookyqr.beautify = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "beautify";
publisher = "HookyQR";
version = "1.5.0";
sha256 = "1c0kfavdwgwham92xrh0gnyxkrl9qlkpv39l1yhrldn8vd10fj5i";
};
meta = with lib; {
license = licenses.mit;
};
};
ibm.output-colorizer = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "output-colorizer";