Skip to content

VS Code Remote SSH

Kees Schollaart edited this page Nov 17, 2019 · 5 revisions

VS Code allows you to connect to a remote (file) system over SSH via a VS Code Extension

This extension support this way of working with 3 remarks:

  • It does not (yet) work for Raspberry Pi's

  • The user, used to login with, needs to have write access to your configuration, enable your user via:

    sudo chown -R yourusername /home/homeassistant/.homeassistant/

    replace yourusername with your username!

Clone this wiki locally