blog icon indicating copy to clipboard operation
blog copied to clipboard

VS Code Remote development over SSH

Open qingquan-li opened this issue 3 years ago • 0 comments

References: https://code.visualstudio.com/docs/remote/ssh-tutorial

1. Install the Remote - SSH extension

Remote - SSH extension

2. Remote - SSH

  1. Click the new status bar item on the far left at the bottom.
  2. Select the "Connect to Host..."
  3. Set the user and hostname in the connection information text box: username@ip
username@ip

VS Code will now open a new window (instance) for the remote host:

connected-remote-host

qingquan-li avatar Nov 23 '21 21:11 qingquan-li