Have you tried using the Visual Studio Code 'Remote SSH' extension?Im a beginner to this topic so dont mind me,
i recently upgraded to developing a web game kinda thing from using localhost on my machine to putting it onto my pi4 using apache.
I was wondering if there is an easier way to develop the website than using nano since i like the features in vs code. And going back and forward reuploading files every time i make a small change is getting bothersome.
https://code.visualstudio.com/docs/remote/ssh
With that extension installed, you should be able to open the webroot of your server directly - saving the hassle of moving files around. For reference, on my machines (which run an alternative web server - nginx), the webroot is located at /var/www/html
Statistics: Posted by tdewey — Thu May 02, 2024 10:45 am