ignore: lsp log (#2715)

This commit is contained in:
Aiden Cline
2025-09-20 23:02:06 -05:00
committed by GitHub
parent 7dfed8ca35
commit 84d95a0d2a

View File

@@ -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 })