vscode-extensions.pkief.material-product-icons: init at 1.1.1

main
Wayne Van Son 2 years ago committed by GitHub
parent 8838e4eb2d
commit ba434d950d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      pkgs/misc/vscode-extensions/default.nix

@ -1391,6 +1391,18 @@ let
};
};
pkief.material-product-icons = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "material-product-icons";
publisher = "PKief";
version = "1.1.1";
sha256 = "a0bd0eff67793828768135fd839f28db0949da9a310db312beb0781f2164fd47";
};
meta = {
license = lib.licenses.mit;
};
};
rubbersheep.gi = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "gi";

Loading…
Cancel
Save