2023-07-11 00:34:31 +00:00

25 lines
858 B
JSON

{
"version": "0.26.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.26.0/lemminx-win32.zip",
"hash": "ece49a11f5e8bd6ea708d6c115aba9a0540b42cbbf66b96e607b65aca6861641"
}
},
"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"
}
}
}
}