/
Using VSCode with WSL

Using VSCode with WSL

create a file ssh.bat with the following:

C:\Windows\system32\wsl.exe ssh -i <id_rsa path> -J <user@jumphost> -l root %*

on VSCode settings, set "remote.SSH.path" to the filepath of ssh.bat

Related content

Configuring SSH Agent Forwarding in Windows Subsystem for Linux
Configuring SSH Agent Forwarding in Windows Subsystem for Linux
More like this
Configuring an X Server in Windows Subsystem for Linux
Configuring an X Server in Windows Subsystem for Linux
More like this
Setting up a remote desktop
Setting up a remote desktop
More like this