From a872ef2e102ddb6464c4dca0f4f35a1f3589f885 Mon Sep 17 00:00:00 2001 From: Lucas Marcolongo Date: Sun, 25 Sep 2022 01:54:22 -0300 Subject: [PATCH] lemminx: Add version 0.21.0 (#3958) * Lemminx: Add version 0.19.1-541 * Lemminx: Add version 0.21.0 * Update bucket/lemminx.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/lemminx.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/lemminx.json diff --git a/bucket/lemminx.json b/bucket/lemminx.json new file mode 100644 index 0000000000..35263e359e --- /dev/null +++ b/bucket/lemminx.json @@ -0,0 +1,24 @@ +{ + "version": "0.21.0", + "description": "LeMMinX is a language server for XML and XSD files", + "homepage": "https://github.com/eclipse/lemminx", + "license": "EPL-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/redhat-developer/vscode-xml/releases/download/0.21.0/lemminx-win32.zip", + "hash": "3bd91145d77ca5a559e88e138eb8b89cbe6a10e2e4245212718974111588970d" + } + }, + "pre_install": "Rename-Item \"$dir\\lemminx-win32.exe\" \"$dir\\lemminx.exe\"", + "bin": "lemminx.exe", + "checkver": { + "github": "https://github.com/redhat-developer/vscode-xml" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/redhat-developer/vscode-xml/releases/download/$version/lemminx-win32.zip" + } + } + } +}