Closed uqix closed 9 months ago
No idea, but sounds like so; just give it a try.
Here's the problem: my java elgot config contains :initializationOptions
:
(add-to-list
'eglot-server-programs
'(java-ts-mode
.
("jdtls"
"--jvm-arg=-javaagent:/opt/lombok.jar"
"--jvm-arg=-Xmx4G"
"--jvm-arg=-XX:+UseStringDeduplication"
:initializationOptions (:extendedClientCapabilities (:classFileContentsSupport t)))))
so it's not wrapped.
I don't recall why I outlawed those. Can you try the allow-initialization-options
branch and let me know how it works?
I don't recall why I outlawed those. Can you try the
allow-initialization-options
branch and let me know how it works?
It works now, thanks.
Thanks merged.
https://github.com/eclipse-jdtls/eclipse.jdt.ls?tab=readme-ov-file#managing-connection-types
Is this relevant?