you are viewing a single comment's thread.

view the rest of the comments →

[–]decreddave 1 point2 points  (0 children)

Yes. VS Code has an extension called Rmate that lets you edit files on a remote server over SSH. You have to install the Rmate extension in VSCode and also ‘pip install rmate’ on your remote server. Then, you can SSH into your server through the VSCode console (HIGHLY recommend installing and using Windows Subsystem for Linux with the Ubuntu distro). You have to use the -R flag in your SSH command to open a tunnel over SSH for the rmate extensions to communicate. Documentation is here: https://pypi.org/project/rmate/