


VS Code has a proper solution for this issue. But when it comes to the “code specific to the Raspberry Pi” like using GPIO or different hardware connected to the Pi, running the code frequently is required, and synchronizing two environments can stall the development process. When we are able to test the software on the development environment, this is not a big issue, develop it test it, and synchronize two environments. Some people are using “scp” to copy files into the Raspberry Pi from the development environment through the local network. Some people are pushing the code from the development environment to git and pulling it from the Raspberry Pi and running it. Thank you for your time and help.When developing software for Raspberry Pi we all get frustrated by the synchronization between the Raspberry Pi and the development environment. Remote SSH in Visual Studio Code does not workīut are unsolved or don't quite fit my description. "Extension host terminated unexpectedly" in vs code I'll gladly take the blame if it's on my behalf, i just want to fix the problem. "We cannot conect to the Marketplace at this time, please try again later."Įspecially the last one gives me a feeling that this is a bug within VScode. Whenever a connection couldn't be established, two problems pop up in my extensions tab: On a forum post someone recommended using insiders, which fixed the problem but now VScode insiders seems to be affected by this as well. This happened to me before in VScode for no reason and was unfixable. Uninstalling VScode insiders and deleting all related files in docs and appdata changes nothing after reinstallation Right after selecting "Linux" in the selection process it throws the error "Could not establish connection to " my correct IP"" Neither "raspberrypi" nor " my correct IP" work. i am using the correct IP which i get from hostname -I in the terminal.Putty connects seamlessly over LAN or WiFi.I'm using VScode insiders with the remote-ssh extension and it worked like a charm the weeks before. I'm facing an annoying problem which just popped out of the blue overnight: VScode will not, under any circumstances connect to my raspberry pi 4 via ssh.
