VSCode sets up the remote environment

a 夏天 提交于 2019-12-30 07:05:06

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!