make LSP lazy again

This commit is contained in:
Dax Raad
2025-07-10 09:37:28 -04:00
parent f95c3f4177
commit ba5be6b625
4 changed files with 74 additions and 83 deletions

View File

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