Open sbhal opened 8 months ago
UI do not even load over ssh
I have the same issue. UI doesn't load when connecting to remote host.
me to
Same is true for me
me to
same here
same here
UI do not even load over ssh
the same but: i haven't the "loading" text and animation. just black screen
There are two temporary solutions that work for version 3.5.73 (tested only on this version):
netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=54112 connectaddress=<your_remote_ip> connectport=54112
However, with this method, the extension on your host won’t work unless the remote extension is also opened.
You can delete the forwarding by:
netsh interface portproxy delete v4tov4 listenaddress=127.0.0.1 listenport=54112
Explain the code on remote ssh vscode session doesn't work. It picks the buffer from local vscode instance.