diff --git a/bundles/com.espressif.idf.core/src/com/espressif/idf/core/util/LspService.java b/bundles/com.espressif.idf.core/src/com/espressif/idf/core/util/LspService.java index 25a97858c..815342d30 100644 --- a/bundles/com.espressif.idf.core/src/com/espressif/idf/core/util/LspService.java +++ b/bundles/com.espressif.idf.core/src/com/espressif/idf/core/util/LspService.java @@ -40,9 +40,9 @@ public LspService(Configuration configuration, List 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)