sublimelsp / LSP-jdtls

Convenience package for the Eclipse JDT language server
https://packagecontrol.io/packages/LSP-jdtls
MIT License
30 stars 4 forks source link

Enquiry? #48

Closed london-coder closed 3 months ago

london-coder commented 10 months ago

Hi Rafal, First, many thanks to you for your work to make this Sublime Text plugin (package) available. It's much appreciated :-)

I see you recently updated it to include the 1.28.0 release of the eclipse-jdtls, that added support for Java 21. Thank you. Since then (September 2023), there have been later releases, the latest is 1.30.0. I appreciate you will be busy, but, could I ask how often you look to update this package?

Kind regards, Alan

LDAP commented 10 months ago

It's on my todo for next week.

rchl commented 10 months ago

@LDAP is the main maintainer and the man to thank :)

london-coder commented 10 months ago

My apologies to @LDAP Thank you Lucas 😃 . Your efforts are much appreciated.

LDAP commented 9 months ago

I updated JDTLS to 1.27.1 just now. Further updates require additional work, since Microsoft does not publish .vsix files on GitHub anymore, which contain the compiled debug/test plugin assets.

london-coder commented 9 months ago

Hi @LDAP

Excuse my ignorance, but what is the relationship between Visual Studio Extension Installer (.vsix), and the Eclipse language server for sublime text?
Thanks Lucas

LDAP commented 9 months ago

JDTLS is extended using plugins, the vsix packages the compiled files. Without the vsix files this package would have to download and compile the source of the plugins, which is considerably more work and error-prone than unpacking a file.