vscode-extensions.foxundermoon.shell-format: init at 7.1.0 (#119451)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
wip/yesman
David Birks 3 years ago committed by GitHub
parent 4a4ede4f00
commit 1da7201967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      pkgs/misc/vscode-extensions/default.nix

@ -390,6 +390,21 @@ let
};
};
foxundermoon.shell-format = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "shell-format";
publisher = "foxundermoon";
version = "7.1.0";
sha256 = "09z72mdr5bfdcb67xyzlv7lb9vyjlc3k9ackj4jgixfk40c68cnj";
};
meta = with lib; {
downloadPage = "https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format";
homepage = "https://github.com/foxundermoon/vs-shell-format";
license = licenses.mit;
maintainers = with maintainers; [ dbirks ];
};
};
freebroccolo.reasonml = buildVscodeMarketplaceExtension {
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/freebroccolo.reasonml/changelog";

Loading…
Cancel
Save