Share ssh conection from WSL to visual studio code
Create ssh.bat file under windows with the content:
C:\Windows\system32\wsl.exe ssh %*
And than set VS Code setting "remote.SSH.path" to point to that bat file.
Create ssh.bat file under windows with the content:
C:\Windows\system32\wsl.exe ssh %*
And than set VS Code setting "remote.SSH.path" to point to that bat file.
Comments
Post a Comment