VSCode

Posted by Rico's Nerd Cluster on August 1, 2018

Useful Plugins

  • Dev Container

Remote SSH Configuration

  • Configuration ~/.ssh/config
1
2
3
4
Host <HOSTNAME>
    HostName <IP>
    User <USER_NAME>
    Port 22
  • To enable Python module clicking, go to extensions -> click "install on <HOST>" on python extension (10-15MB, typically less than 1-2%)