do not wait for LSP to be fully ready

This commit is contained in:
Dax Raad
2025-07-09 21:58:24 -04:00
parent a826936702
commit 0ee3b1ede2
3 changed files with 4 additions and 11 deletions

View File

@@ -184,9 +184,7 @@ export namespace LSPClient {
},
}
if (input.server.onInitialized) {
await input.server.onInitialized(result)
}
if (input.server.onInitialized) input.server.onInitialized(result)
l.info("initialized")
return result