vscode-extensions.tiehuis.zig: init 0.2.5

This commit is contained in:
happysalada
2021-06-02 20:35:33 +09:00
committed by Raphael Megzari
parent 90cd733c32
commit 3def6f1bd4
+13
View File
@@ -1040,6 +1040,19 @@ let
};
};
tiehuis.zig = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "zig";
publisher = "tiehuis";
version = "0.2.5";
sha256 = "sha256-P8Sep0OtdchTfnudxFNvIK+SW++TyibGVI9zd+B5tu4=";
};
meta = {
license = lib.licenses.mit;
};
};
timonwong.shellcheck = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "shellcheck";