Skip to content

Commit

Permalink
Display Java runtime used to launch the server
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon authored and NikolasKomonen committed Jun 4, 2019
1 parent 119e2e9 commit 46984c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public XMLLanguageServer() {

@Override
public CompletableFuture<InitializeResult> initialize(InitializeParams params) {
LOGGER.info("Initializing LSP4XML server " + getVersion());
LOGGER.info("Initializing LSP4XML server " + getVersion()+" with " + System.getProperty("java.home"));
this.parentProcessId = params.getProcessId();

// Update XML language service extensions with InitializeParams
Expand Down

0 comments on commit 46984c2

Please sign in to comment.