My question is im working on a Python program with a UI if I do this to share the files and I wanted to run the UI on my desktop instead of my PI would this be possible or would everything be executed remotely on the Raspberry Pi? Thanks for any info!
Hmmm...where are you trying to create your folder? If you are logged into the Pi directly can you create the folder? I would hazard a guess that you are trying to make a folder at the root level (which requires root permission). If you are making it somewhere else then you may need to grant permission to your user account to modify the folder. VS Code isn't going to prompt you for the root account if it doesn't have permission to do something.
@@j2inet yeah /var/www so definitely a root folder. But it worked by granting myself (pi user)permissions to the /www folder and now I can create files and folders in VSCode
Wow thank you for this tutorial! So quick and easy not at all complicated, good job!
i'm getting this: could not establish connection to 'x.x.x.x' the remote host's architecture is not supported
Same here. I also do not have to accept the fingerprint
thanks so much better than server code.. save my life and time
Sadly doesn't work on Pi Zero W: Arm V6 architecture not supported.
took a couple hard, long hours wondering why the hell it doesnt work to find out
It's saying couldn't be connected to host
Thank You for a very useful video
My question is im working on a Python program with a UI if I do this to share the files and I wanted to run the UI on my desktop instead of my PI would this be possible or would everything be executed remotely on the Raspberry Pi? Thanks for any info!
Thanks for this tutorial.
thanks, amazing video
is your raspberry pi flashed with raspberry os or ubuntu server/desktop?
Pi OS (Raspbian)
I select linux and then it errors out. It doesn't give me the option to inter my password or anything
Thanks for the video
!!!!!
good stuff
What to do if the file I wanted to edit needs root acces for write? Currently I receive NoPermission error when I want to save the file.
Nevermind. I've found the Save-As-Root extension
Sadly only works from windows as the SSH extension is not provided for Linux.
it's saying permissions denied when trying to save a file or making a directory.
Hmmm...where are you trying to create your folder? If you are logged into the Pi directly can you create the folder? I would hazard a guess that you are trying to make a folder at the root level (which requires root permission). If you are making it somewhere else then you may need to grant permission to your user account to modify the folder. VS Code isn't going to prompt you for the root account if it doesn't have permission to do something.
@@j2inet yeah /var/www so definitely a root folder. But it worked by granting myself (pi user)permissions to the /www folder and now I can create files and folders in VSCode
I just got my Raspberry pi so Idk what to type here 1:24
unfortunately it won't work