fix write tool timeout
Some checks are pending
deploy / deploy (push) Waiting to run
publish / publish (push) Waiting to run

This commit is contained in:
Dax Raad 2025-07-01 13:50:57 -04:00
parent 26dcb85de1
commit e99bdcefac

View file

@ -163,10 +163,12 @@ export namespace LSPClient {
}
})
}),
5000,
).finally(() => {
unsub?.()
})
3000,
)
.catch(() => {})
.finally(() => {
unsub?.()
})
},
async shutdown() {
log.info("shutting down", { serverID })