vscode-extensions.rangav.vscode-thunder-client: init at 2.41.0
Signed-off-by: AlexAntonik <antonikavv@gmail.com>
This commit is contained in:
@@ -3876,6 +3876,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
rangav.vscode-thunder-client = callPackage ./rangav.vscode-thunder-client { };
|
||||
|
||||
rebornix.ruby = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "ruby";
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
}:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-thunder-client";
|
||||
publisher = "rangav";
|
||||
version = "2.41.0";
|
||||
hash = "sha256-c5oEaRMeTEWT0dtd6bzWMumhTEchOsLDXp+D76orL+k=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Lightweight Rest API Client for VS Code";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client";
|
||||
homepage = "https://github.com/thunderclient/thunder-client-support";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ AlexAntonik ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user