Digital Marketing

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.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database