vscode-extensions.hookyqr.beautify: init at 1.5.0

wip/yesman
Ryan Horiguchi 3 years ago
parent 6cead806db
commit 0a900a5c75
No known key found for this signature in database
GPG Key ID: CA7EE98D45A1132A
  1. 12
      pkgs/misc/vscode-extensions/default.nix

@ -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";

Loading…
Cancel
Save