vscode-extensions.anweber.httpyac: init at 6.16.6

This commit is contained in:
Pol Dellaiera
2025-02-03 13:59:38 +01:00
parent 0134964957
commit e27259d985
2 changed files with 30 additions and 0 deletions
@@ -0,0 +1,28 @@
{
lib,
vscode-utils,
httpyac,
}:
let
version = "6.16.6";
in
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-httpyac";
publisher = "anweber";
inherit version;
hash = "sha256-GR1DX6td/a75STpfIU0UtOxpNBWCkyzecEZdDMZTy1M=";
};
buildInputs = [ httpyac ];
meta = {
changelog = "https://github.com/AnWeber/vscode-httpyac/releases/tag/${version}";
description = "Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT, RabbitMQ and WebSocket requests directly within Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac";
homepage = "https://github.com/AnWeber/vscode-httpyac/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ drupol ];
};
}
@@ -309,6 +309,8 @@ let
};
};
anweber.vscode-httpyac = callPackage ./anweber.vscode-httpyac { };
apollographql.vscode-apollo = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-apollo";