Answers for "is vscode terminal linux?"

19

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 vscode in ubuntu using terminal

# go to https://code.visualstudio.com/download 
# then download .deb file 
# if you already have gdebi installed you can run 
sudo gdebi code_1.55.0-1617120720_amd64.deb
Posted by: Guest on February-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language