首页 > 其他 > 详细

VSCode sets up the remote environment

时间:2019-05-15 18:42:55      阅读:111      评论:0      收藏:0      [点我收藏+]

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.

技术分享图片

技术分享图片

VSCode sets up the remote environment

原文:https://www.cnblogs.com/wittxie/p/10871201.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!