liximomo/vscode-sftp

SFTP not working with VPN and HOTSPOT

ynsbleng opened this issue · 1 comments

When I connect my laptop directly to my router the plugin works fine, once I switch to VPN or use my phone's internet connection shared via Mobile Hotspot the plugin stops working and keeps loading indefinitely.

It seems that the connection is established when Visual Studio Code starts and the extension is loaded. When switching to the VPN, the data with which the FTP connection was started is no longer the same.

It would be interesting to add a button or command to easily restart the FTP connection.