Wednesday, March 24, 2021

Install Visual Studio Code on Raspberry Pi, with apt command.

Visual Studio Code was added to the Raspberry Pi OS APT repository, in both 32-bit and 64-bit variants. Now you can install code with apt command:

$ sudo apt update
$ sudo apt install code



ref:

No comments: