Merge pull request #296998 from benhiemer/vscode-extensions.42crunch.vscode-openapi

vscode-extensions.42crunch.vscode-openapi: init at 4.25.1
This commit is contained in:
superherointj 2024-03-21 18:10:35 +00:00 committed by GitHub
commit a1dd0c7841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,6 +102,23 @@ let
};
};
"42crunch".vscode-openapi = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "42Crunch";
name = "vscode-openapi";
version = "4.25.1";
sha256 = "+hKQUJp9c0oyhePFmQEXAqtqKL3fkQ1nhopUPnhRZc4=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/42Crunch.vscode-openapi/changelog";
description = "A Visual Studio Code extension with rich support for the OpenAPI Specification (OAS).";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi";
homepage = "https://github.com/42Crunch/vscode-openapi";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.benhiemer ];
};
};
a5huynh.vscode-ron = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-ron";