9 vscode-utils.buildVscodeMarketplaceExtension {
11 name = "shell-format";
12 publisher = "foxundermoon";
14 hash = "sha256-kfpRByJDcGY3W9+ELBzDOUMl06D/vyPlN//wPgQhByk=";
23 cd "$out/$installPrefix"
24 jq '.contributes.configuration.properties."shellformat.path".default = "${shfmt}/bin/shfmt"' package.json | sponge package.json
28 downloadPage = "https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format";
29 homepage = "https://github.com/foxundermoon/vs-shell-format";
30 license = lib.licenses.mit;
31 maintainers = [ lib.maintainers.dbirks ];