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

main
Jakub Kozłowski 2 years ago committed by Jonathan Ringer
parent 6ff4ad160f
commit e18081929d
  1. 12
      pkgs/misc/vscode-extensions/default.nix

@ -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";

Loading…
Cancel
Save