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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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