Answers for "visual studio code linux ubuntu install"

16

vscode for ubuntu linux

wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt update
sudo apt install code
Posted by: Guest on September-26-2020
0

how to install visual studio code in ubuntu

This is actually way easier than the answer  me what you do is -
sudo apt get-update
then run - sudo apt install code
Posted by: Guest on November-22-2021

Code answers related to "visual studio code linux ubuntu install"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language