forked from mirrors/nixpkgs
vscode-extensions.humao.rest-client: init at 0.24.6
This commit is contained in:
parent
6ff4ad160f
commit
e18081929d
|
@ -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…
Reference in a new issue