jeanp413 / open-remote-ssh

VSCode Remote Development: Open any folder on a remote machine using SSH.
MIT License
309 stars 43 forks source link

Add a setting to increase the default connection error timeout #78

Closed ghost closed 1 year ago

ghost commented 1 year ago

I'm having troubles reconnecting to my opened windows after a system resume if I'm connecting over Wi-Fi. Codium will report an error connecting to my remote server before my laptop can finish connecting to the closest Wi-Fi source available. I thought I could solve the issue by increasing the timeout needed before reporting a connection error but I couldn't find any such setting in the plugin configs.

jeanp413 commented 1 year ago

Added a new setting remote.SSH.connectTimeout though default timeout was already 90 secods