Even better if you use one of those extender boards where you connect a daughter board with several additional USB3 ports through a ribbon cable, like plugging a card with more USB ports into a desktop's PCI slot. Makes it easier to turn it into a flexible file server solution that you can extend more and more.
I use samba to program python programs on my raspberry pi zero. I had no luck with installing VS Code ssh server on RPi Zero, but I can easily open a folder via VS Code on RPi Zero with the help of samba server, and after saving the python file, I run it via ssh (putty etc.). This system works perfectly, if anyone needs it! Rpi Zero is definitely too slow to program directly on it in desktop environment, so this is the only normal option I could come up with.
Even better if you use one of those extender boards where you connect a daughter board with several additional USB3 ports through a ribbon cable, like plugging a card with more USB ports into a desktop's PCI slot. Makes it easier to turn it into a flexible file server solution that you can extend more and more.
I use samba to program python programs on my raspberry pi zero. I had no luck with installing VS Code ssh server on RPi Zero, but I can easily open a folder via VS Code on RPi Zero with the help of samba server, and after saving the python file, I run it via ssh (putty etc.).
This system works perfectly, if anyone needs it!
Rpi Zero is definitely too slow to program directly on it in desktop environment, so this is the only normal option I could come up with.