Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 341 Bytes

7_install_vscode.md

File metadata and controls

16 lines (11 loc) · 341 Bytes

import the Microsoft GPG key

wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -

enable the Visual Studio Code repository by typing:

sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"

now run

sudo apt update
sudo apt install code