Merge pull request #200789 from schuelermine/master
vscode-extensions.redhat.vscode-xml: init at 0.22.0
This commit is contained in:
commit
7cae9b3d7f
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue