Raspberry Pi - Visual Studio Code - Printable Version +- Online Tips n Tricks (https://a-zgsm.com/tipsntricks) +-- Forum: Home Automation (https://a-zgsm.com/tipsntricks/forum-17.html) +--- Forum: IOT (https://a-zgsm.com/tipsntricks/forum-24.html) +--- Thread: Raspberry Pi - Visual Studio Code (/thread-3738.html) |
Raspberry Pi - Visual Studio Code - nnm - 25-08-2021 You can run Visual Studio Code on Raspberry Pi devices. System requirements VS Code is supported on these Raspberry Pi models running a 32-bit or 64-bit version of Raspberry Pi OS:
Installation Visual Studio Code is officially distributed via the Raspberry Pi OS (previously called Raspbian) APT repository, in both 32-bit and 64-bit variants. You can install it by running: Quote:sudo apt update Running VS Code After installing the VS Code package, you can run VS Code by typing code in a terminal or launching it via the Programming menu. Visual Studio Code under the Programming menu on Raspberry Pi Updates Your Raspberry Pi should handle updating VS Code in the same way as other packages on the system: Quote:sudo apt update You can always check when a new release is available in our Updates page. First-generation Raspberry Pi modules and Raspberry Pi Zero are not supported as they only include an ARMv6 CPU. |