-
Notifications
You must be signed in to change notification settings - Fork 451
Closed
Description
I am having trouble using the Eclipse Java language server with Emacs and Eglot.
As far as I can tell, there's no way for Eglot to send the Eclipse Java language server information such as: the Java classpath, the set of source jars to use for documentation, and the location of the JDK. Generally, configuration information like this is transmitted from Eglot to the language server right after the language server is started up. I believe Eglot uses the LSP feature named "workspace/didChangeConfiguration" when it sends configuration info.
Metadata
Metadata
Assignees
Labels
No labels