neilcsmith-net commented on PR #9428: URL: https://github.com/apache/netbeans/pull/9428#issuecomment-4662707117
Funnily enough, just needing to work is one of my concerns! Deprecated and useless are not synonymous, but that repo has open issues about not working on recent JDKs, and hasn't had a release in 18 months or an update in 12. There is an active fork incidentally, at https://codeberg.org/winlogon/ktlsp Although no releases I can see as yet. Something else mentioned there is https://github.com/Hessesian/kmp-lsp So, I'm a little wary of having a hardcoded link to something that might not work across our supported platforms, and also with a GitHub releases link, which while not requiring authentication are also not immutable by default. I just think the plugin option is easier to push an update for in between IDE releases should we need to. OTOH, if released by us it would still require a vote, so perhaps not?! :smile: Also, while probably out of scope directly in this, it feels like that part of this could possibly be generic. We could potentially maintain a registry file with links and hashes for LSP server implementations across mime-types that the IDE could query? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
