VSCode set up the remote environment

Install Visual Studio Code - Insiders


add plug-in

`Remote Development`(ms-vscode-remote.vscode-remote-extensionpack)

press F1 and input

`>remote-SSH:Connect to Host`   
`Configure SSH Hosts`

select a config file and then input following text

Host VMware-Ubuntu18-Desk
    User witt
    HostName 192.168.130.132
    IdentityFile C:\Users\%USERNAME%\.ssh\id_rsa

Connect

 

猜你喜欢

转载自www.cnblogs.com/wittxie/p/10864496.html