fix write tool timeout
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-01 13:50:57 -04:00
parent 63f9ee3f5a
commit a6c5cbc24e
+6 -4
View File
@@ -163,10 +163,12 @@ export namespace LSPClient {
} }
}) })
}), }),
5000, 3000,
).finally(() => { )
unsub?.() .catch(() => {})
}) .finally(() => {
unsub?.()
})
}, },
async shutdown() { async shutdown() {
log.info("shutting down", { serverID }) log.info("shutting down", { serverID })