vscode-extensions.tobiasalthoff.atom-material-theme: init at 1.10.7

main
Vanilla 3 years ago
parent 85568eb45c
commit 4c30cd112c
No known key found for this signature in database
GPG Key ID: 4DFA2BDD7305E739
  1. 12
      pkgs/misc/vscode-extensions/default.nix

@ -1362,6 +1362,18 @@ let
};
};
tobiasalthoff.atom-material-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "atom-material-theme";
publisher = "tobiasalthoff";
version = "1.10.7";
sha256 = "sha256-t5CKrDEbDCuo28wN+hiWrvkt3C9vQAPfV/nd3QBGQ/s=";
};
meta = {
license = lib.licenses.mit;
};
};
tomoki1207.pdf = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "pdf";

Loading…
Cancel
Save