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>
This commit is contained in:
Lucas Marcolongo 2022-09-25 01:54:22 -03:00 committed by GitHub
parent e06892efb1
commit a872ef2e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/lemminx.json Normal file
View File

@ -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"
}
}
}
}