Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public LspService(Configuration configuration, List<LanguageServerWrapper> langu

public void restartLspServers()
{
languageServerWrappers.forEach(w ->
// ensures that the LS is initialized before proceeding.
w.execute(ls -> ls.shutdown()).thenRun(w::restart));
// languageServerWrappers.forEach(w ->
// // ensures that the LS is initialized before proceeding.
// w.restart());
}

public void updateAdditionalOptions(String additionalOptions)
Expand Down
Loading