{ "version": "1.52.0-202510281614", "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.52.0-202510281614.tar.gz", "hash": "54589e50ab657612e63a68e9b2facfc4bfe34e2be51665cf7670b26a4a1e1e2c", "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" } } }