2025-07-31 04:32:59 +00:00

30 lines
1.0 KiB
JSON

{
"version": "1.49.0-202507310311",
"description": "Java language server",
"homepage": "https://projects.eclipse.org/projects/eclipse.jdt.ls",
"license": "EPL-2.0",
"suggest": {
"JDK": "java/openjdk",
"Python": "python"
},
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.49.0-202507310311.tar.gz",
"hash": "db0e0ffe40bfda46ed3da641d7efd1014eaf03695c60e7d76c4652c42698f942",
"installer": {
"script": "shim (Get-Command 'python.exe').Source $global jdtls \"$dir\\bin\\jdtls\""
},
"uninstaller": {
"script": "rm_shim jdtls (shimdir $global) jdtls"
},
"checkver": {
"url": "https://download.eclipse.org/jdtls/snapshots/latest.txt",
"regex": "jdt-language-server-([\\d.]+)-(\\d+)",
"replace": "${1}-${2}"
},
"autoupdate": {
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-$match1-$match2.tar.gz",
"hash": {
"url": "$url.sha256"
}
}
}