-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wsl] Support connecting to the remote server through a wsl.exe proxy #5894
Comments
The new connection method is now available in Remote-WSL 0.63.0: If you are on VS Code Insiders, please try it.
All should work as normal from here on. Please let me know if you still see reconnection issues on sleep, hibernate & network adopter changes. |
In Remote-WSL v0.63.2, the new option is enabled by default for WSL2 |
Hi I've encountered an issue so like the thread said I've run the
not sure if I'm in the right spot but i hope it helps |
We're trying to tackle reconnection issues by avoiding to have a websocket connection into the distro. Instead, we want to use the wsl.exe command to establish the connection through stdin/out.
This matches the way containers and ssh do it.
Known connection issues:
#3454
#3158
#3126
#5329
microsoft/vscode#121799
The text was updated successfully, but these errors were encountered: