vscode-remote-workspace
vscode-remote-workspace copied to clipboard
SFTP Server can't stay connected
Configuration is as follows: { "folders": [ { "uri": "sftp://root:*@.com/myfolder", "name": "mywork", "keepAlive":15, } ], "settings": {} }
keepAlive Invalid use, When the editor is not used for 20 minutes, it will be automatically dropped and must be reopened to connect.
The "keepAlive" setting is dropped at any time。
I'm also running into this issue. Even if I'm working, the connection will drop after a given amount of time. Ideally even if the connection is dropped and I attempt to make an action, it would try to reconnect.