|
Is this server able to communicate via standard input / output? |
Answered by
fbricon
Jun 9, 2023
Replies: 1 comment 1 reply
|
The underlying Java Language server (Eclipse JDT.LS) is used in other editors. See https://github.com/eclipse/eclipse.jdt.ls#running-from-the-command-line for some instructions. You can also look at how other clients run it. |
1 reply
Answer selected by
mkoncek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The underlying Java Language server (Eclipse JDT.LS) is used in other editors. See https://github.com/eclipse/eclipse.jdt.ls#running-from-the-command-line for some instructions. You can also look at how other clients run it.