Answers for "install vscode on ubuntu bash"

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
-2

integrate bash with vscode

//click on the source link
Posted by: Guest on November-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language