Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.2 KB

raspberry-pi.md

File metadata and controls

56 lines (37 loc) · 2.2 KB
OrderAreaTOCTitleContentIdPageTitleDateApprovedMetaDescription
5
setup
Raspberry Pi
E059E35A-8AD0-4D4A-9BE1-E23D45D75C1C
Running Visual Studio Code on Raspberry Pi OS
04/03/2025
Get Visual Studio Code up and running on Raspberry Pi OS.

Visual Studio Code on Raspberry Pi

Although it's not officially supported, you can run Visual Studio Code on Raspberry Pi devices.

Raspberry Pi Logo

By downloading and using Visual Studio Code, you agree to the license terms and privacy statement.

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:

sudo apt update sudo apt install code

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:

sudo apt update sudo apt upgrade code

You can always check when a new release is available in our Updates page.

System requirements

VS Code is not officially supported on Raspberry Pi. Check our community discussions for information on platforms that are known to work.

Next steps

Once you have installed VS Code, these topics will help you learn more about it:

close