[SOLVED] Using VS Code in SFTP

Dear Community!

I have an OH instance on a Raspberry in Docker. I’m accessing the console through SSH and I browse the directories in Total Commander with SFTP. Is it somehow possible to use VS Code in this setup? How can I expose the conf folder to VS Code?

Thanks!

No. You will need to share the folder over the network. If you are running VSCode on Linux or a Mac you can use a NFS share. If you are running on Windows you need to use Samba.

Alternatively you can sftp the conf folder over to the machine where VSCode is running, edit the files and sftp them back to the OH server.

Thanks, that’s why I haven’t find any solution for that :slight_smile: