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