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