{ "version": "1.44.0-202412301758", "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.44.0-202412301758.tar.gz", "hash": "41c4e1846c973f90e20e8cdab0a1e8ed15e7bd5fe3f7934cea2b6773806e8eef", "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" } } }