mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
vscode-extensions.timonwong.shellcheck: init at 0.12.3
This commit is contained in:
parent
2dd45228c9
commit
f7359d235b
@ -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 {
|
tomoki1207.pdf = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "pdf";
|
name = "pdf";
|
||||||
|
Loading…
Reference in New Issue
Block a user