2023-11-09 00:32:28 +00:00

30 lines
1.0 KiB
JSON

{
"version": "1.30.0-202311082110",
"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.30.0-202311082110.tar.gz",
"hash": "47461037e4fda4d103a7676e5a3ada5e028e02d3e8bd93c92267f90c6fe92c16",
"installer": {
"script": "shim (search_in_path python.exe) $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"
}
}
}