vscode-remote-workspace icon indicating copy to clipboard operation
vscode-remote-workspace copied to clipboard

SFTP Server can't stay connected

Open Souldevelop opened this issue 6 years ago • 2 comments

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.

Souldevelop avatar Jun 28 '18 13:06 Souldevelop

The "keepAlive" setting is dropped at any time。

Souldevelop avatar Jun 28 '18 13:06 Souldevelop

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.

Eric-Jackson avatar Jul 11 '18 17:07 Eric-Jackson