make LSP lazy again

This commit is contained in:
Dax Raad
2025-07-10 09:37:40 -04:00
parent f95c3f4177
commit ba5be6b625
4 changed files with 74 additions and 83 deletions
-1
View File
@@ -184,7 +184,6 @@ export namespace LSPClient {
},
}
if (input.server.onInitialized) input.server.onInitialized(result)
l.info("initialized")
return result