vscode-extensions.bodil.file-browser: init 0.2.10

This commit is contained in:
happysalada 2021-06-02 07:37:03 +09:00 committed by Raphael Megzari
parent a38d9eee54
commit adebd58bd9

View file

@ -135,6 +135,18 @@ let
};
};
bodil.file-browser = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "file-browser";
publisher = "bodil";
version = "0.2.10";
sha256 = "sha256-RW4vm0Hum9AeN4Rq7MSJOIHnALU0L1tBLKjaRLA2hL8=";
};
meta = with lib; {
license = licenses.mit;
};
};
bradlc.vscode-tailwindcss = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-tailwindcss";