Fans of both Raspberry Pi and Visual Studio Code (aka VS Code) are rejoicing – in February 2021, it was announced that the two tech products will now be integrated! For those who don't yet know, VS Code is an open-source code editor that was first developed for Windows, Mac, and Linux. Microsoft's Visual Studio Code is an excellent C development environment, and now it's an easy install on Raspberry Pi. Here's Jim Bennett from Microsoft to show you all how to get VS Code up and running on our tiny computer.
There's been a lot of folks, myself included, who have tried to install VS Code on the Raspberry Pi. In fact, there's a lovely process for this now. However, we have to ask ourselves is a Raspberry Pi really powerful enough to be running a full development environment and the app being debugged? Perhaps, but maybe this is a job for remote debugging. That means installing Visual Studio Code locally on my Windows or Mac machine, then having Visual Studio code install its headless server component (for ARM7) on the Pi.
In January I blogged about Remote Debugging with VS Code on a Raspberry Pi using .NET Core on ARM. It was, and is, a little hacked together with SSH and wishes. Let's set up a proper VS Code Remote environment so I can be productive on a Pi while still enjoying my main laptop's abilities.
- First, can you ssh into your Raspberry Pi without a password prompt?
- If not, be sure to set that up with OpenSSH, which is now installed on Windows 10 by default.
- You know you've got it down when you can 'ssh pi@mypi' and it just drops you into a remote prompt.
- Next, get Visual Studio Code Insiders plus
- Remote Development Extension
- Uninstall the 'Remote - SSH' Extensions, disabling them isn't enough because you want to replace them with..
- Important - Remote - SSHNightly Builds
- Remote Development Extension
From within VS Code Insiders, hit Ctrl/CMD+P and type 'Remote-SSH' for some of the choices.
I can connect to Host and VS Code will SSH into the PI and install the VS Code server components in ~./vscode-server-insiders and then connect to them. It will take a minute as its downloading a 25 meg GZip and unzipping it into this temp folder. You'll know you're connected when you see this green badge as seen below that says 'SSH: hostname.' Alternative to dragon naturally speaking.
Then when you go 'File | Open Folder' from the main menu, you'll get the remote system's files! You are working and editing locally on remote files.
Betsey is an inspiring force of nature, and reading her story from her childhood to now is so interesting with her explaining all the steps on her journey. She led an enviable career and remained humble, human, and honest throughout. Betsey johnson memoir. Betsey Johnson's Memoir Written by Betsey Johnson with Mark Vitulano Betsey Johnson's Memoir Written by Betsey Johnson with Mark Vitulano Free shipping over $50. A memoir by the internationally famous fashion designer and style icon Mention the name 'Betsey Johnson' and almost every woman from the age of 15 to 75 can rapturously recall a favorite dress or outfit; whether worn for a prom, a wedding, or just to stand out from the crowd in a colorful way.
Note here that some of the extensions are NOT installed locally! The Python language services (using Jedi) are running remotely on the Raspberry Pi, so when I get intellisense, I'm getting it remoted from the actual machine I'm developing on, not a guess from my local box.
4000 hours in minutes. When I open a Terminal with Ctrl+~, see that I'm automatically getting a remote terminal and I've even running htop in it!
Check this out, I'm doing a remote interactive debugging session against CrowPi samples running on the Raspberry Pi (in Python 2) remotely from VS Code on my Windows 10 machine! I did need to make one change to the remote settings as it was defaulting to Python3 and I wanted to use Python2 for these samples.
Raspberry Pi 4 Visual Studio Code Tutorial
This has been a very smooth process and I remain super impressed with the VS Remote Development experience. I'll be looking at containers, and remote WSL debugging soon as well. Next step is to try C#, remotely, which will mean making sure the C# OmniSharp Extension works on ARM and remotely.
Sponsor: Suffering from a lack of clarity around software bugs? Give your customers the experience they deserve and expect with error monitoring from Raygun.com. Installs in minutes, try it today!
Install Visual Studio Code Raspberry Pi 4
About Scott
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.
AboutNewsletter