vscode-remote-workspace
vscode-remote-workspace copied to clipboard
Add http proxy for sftp
Hi,
I need to use an http proxy for my connection. Could this be supported? (windows)
Best, Vitali
I would also love support for generic SSH options. I have a workspace on a VM I connect to with:
ssh -o "ProxyCommand=nc -X 5 -x 127.0.0.1:8100 %h %p" ...
which I would really like to be able to use with vscode-remote-workspace