You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WSL -Remote extension now uses a new connection method for WSL2 when connecting to the remote extension host. It's using a local proxy that runs wsl.exe to talk to the distro.
Make sure you are on the latest Code-Insiers 1.63 and Remote WSL version 0.63.3
Open the settings and look for settings remote.WSL1.connectionMethod and remote.WSL2.connectionMethod. Verify that the one for WSL1 is set to localhost, and for WSL2 it is wslExeProxy.
Open a remote window and check that the WSL log (command: Remote-WSL: Show Log) tells you at the end which connection method has been used.
Verify that changing the connection method works (needs a restart of VS Code)
Verify that opening a remote window with the method wslExeProxy works.
Refs: #5894
Complexity: 3
Create Issue
The WSL -Remote extension now uses a new connection method for WSL2 when connecting to the remote extension host. It's using a local proxy that runs
wsl.exe
to talk to the distro.remote.WSL1.connectionMethod
andremote.WSL2.connectionMethod
. Verify that the one for WSL1 is set to localhost, and for WSL2 it iswslExeProxy
.Remote-WSL: Show Log
) tells you at the end which connection method has been used.wslExeProxy
works.Log (Remote Server)
) and observethat turning the active network adapter on and off does not case a reconnect in the logThe text was updated successfully, but these errors were encountered: