vscode-extensions.humao.rest-client: init at 0.24.6

This commit is contained in:
Jakub Kozłowski 2022-02-03 04:37:22 +01:00 committed by Jonathan Ringer
parent 6ff4ad160f
commit e18081929d

View File

@ -867,6 +867,18 @@ let
};
};
humao.rest-client = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "humao";
name = "rest-client";
version = "0.24.6";
sha256 = "196pm7gv0488bpv1lklh8hpwmdqc4yimz389gad6nsna368m4m43";
};
meta = with lib; {
license = licenses.mit;
};
};
jkillian.custom-local-formatters = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "jkillian";