VSCode sets 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

  • Connect to linux

  • this pic show connecting success

  • select the path of your project


Finish


PS

If this is your first login, I recommend that you open the login terminal.

posted @ 2019-05-15 18:10  WittXie  阅读(325)  评论(0编辑  收藏  举报