java-language-server
java-language-server copied to clipboard
Allow setting JDK path via a java.home JSON setting.
Currently, the language server always infers the location of the JDK, either from JAVA_HOME or by searching in various directories that depend on the operating system.
This pull request adds the ability to set the JDK location explicitly via JSON.