mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
do not wait for LSP to be fully ready
This commit is contained in:
parent
a826936702
commit
0ee3b1ede2
3 changed files with 4 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue