vscode-extensions.bmalehorn.vscode-fish: init at 1.0.31

This commit is contained in:
Anselm Schüler 2022-11-16 19:11:29 +01:00
parent 7cef955fab
commit 5df86d6305

View File

@ -537,6 +537,16 @@ let
};
};
bmalehorn.vscode-fish = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-fish";
publisher = "bmalehorn";
version = "1.0.31";
sha256 = "sha256-jDWW43ozUPIzhK/qQ+a+JSNdDHrjvgosyGe8kzBX6xM=";
};
meta.license = lib.licenses.mit;
};
bradlc.vscode-tailwindcss = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-tailwindcss";