Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

This repository installs visual studio code (code-oss) on your Raspberry Pi 3B+ or Raspberry Pi 4 easily.

License

Notifications You must be signed in to change notification settings

perspector/VSCode-Raspberry-Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VSCode-Raspberry-Pi

Note: You can now officially download vscode from Microsoft here for Raspberry Pi ARM (32 bit) or ARM64 (64 bit). This repository is for archive/historical purposes only.

A Python program calculating pi in VS Code (code-oss) on Ubuntu on Raspberry Pi 4 above: A nice Python program to calculate pi, written using code-oss on Rasberry Pi 4. Available here

Table of Contents

Introduction

This repository installs visual studio code (code-oss) on your Raspberry Pi 3B+ or Raspberry Pi 4 easily.
Raspberry Pi 4 with at least 4GB RAM is recommended!!!
I was tired of doing hours of research and trying out commands to get Visual Studio Code, and have it not work.
So, I made this repository which makes everything easier for you!

Prerequisites

All the following commands are for Ubuntu/Debian

  • An updated system sudo apt-get update && sudo apt-get upgrade -y
  • Git: sudo apt-get install git

Installation

All you have to do to install code-oss is to:

  1. Open your terminal by pressing Ctrl + Alt + T on your keyboard.
  2. Clone this repository: git clone https://github.com/perspector/VSCode-Raspberry-Pi.git
  3. Open the file directory: cd VSCode*
  4. Run the script: sudo sh install.sh Note: You may be promted to enter your password for the script to work.
  5. Reboot sudo reboot now
  6. To run VSCode, just type code-oss in your terminal or find "Code-OSS" in your application menu.

Credits

Many thanks to:

If you like this repository, please star it!