-
Hi, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @safisa, I believe the timeout stems from VS Code itself, see here. It is very hardcoded in there. Assuming you get somehow access to the However, I don't think there's an intended way of adjusting the timeout. Feel free to contribute a PR to improve this :) |
Beta Was this translation helpful? Give feedback.
Hey @safisa,
I believe the timeout stems from VS Code itself, see here. It is very hardcoded in there.
Assuming you get somehow access to the
RPCProtocol
object in the browser frontend, you should be able to get theDocumentsMainImpl
instance and adjust the timeout, given that it's just a protected field.However, I don't think there's an intended way of adjusting the timeout. Feel free to contribute a PR to improve this :)