mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ignore: lsp log (#2715)
This commit is contained in:
parent
7dfed8ca35
commit
84d95a0d2a
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ export namespace LSP {
|
|||
result.push(match)
|
||||
continue
|
||||
}
|
||||
log.info("spawning lsp server", { serverID: server.id })
|
||||
const handle = await server.spawn(root).catch((err) => {
|
||||
s.broken.add(root + server.id)
|
||||
log.error(`Failed to spawn LSP server ${server.id}`, { error: err })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue