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,8 +163,10 @@ export namespace LSPClient {
}
})
}),
5000,
).finally(() => {
3000,
)
.catch(() => {})
.finally(() => {
unsub?.()
})
},