vscode-extensions.timonwong.shellcheck: init at 0.12.3

wip/yesman
Jakub Kozłowski 3 years ago
parent 2dd45228c9
commit f7359d235b
  1. 12
      pkgs/misc/vscode-extensions/default.nix

@ -857,6 +857,18 @@ let
};
};
timonwong.shellcheck = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "shellcheck";
publisher = "timonwong";
version = "0.12.3";
sha256 = "1i9rszgnac2z1kyahmgxmz05ib7z14s458fvvjlzmvl64fa1fdvf";
};
meta = {
license = lib.licenses.mit;
};
};
tomoki1207.pdf = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "pdf";

Loading…
Cancel
Save