vscode-extensions.redhat.vscode-xml: init at 0.22.0

This commit is contained in:
Anselm Schüler 2022-11-12 04:08:49 +01:00
parent 07c0c2707b
commit acbda55c3a

View File

@ -2061,6 +2061,16 @@ let
};
};
redhat.vscode-xml = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-xml";
publisher = "redhat";
version = "0.22.0";
sha256 = "sha256-7QOw0EVcfa7MFnZAHAsUtDZHXD5AFlW54f1qaN3h+2U=";
};
meta.license = lib.licenses.epl20;
};
redhat.vscode-yaml = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-yaml";