Merge pull request #200789 from schuelermine/master

vscode-extensions.redhat.vscode-xml: init at 0.22.0
This commit is contained in:
figsoda 2022-11-12 16:12:30 -05:00 committed by GitHub
commit 7cae9b3d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2083,6 +2083,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";