“Как обновить код Visual Studio через Ubuntu Terninal” Ответ

Обновление против кода в Ubuntu

sudo add-apt-repository -y "deb https://packages.microsoft.com/repos/vscode stable main "
sudo apt update
sudo apt -y install code
Muddy Moose

Обновление VSCODE на Ubuntu

wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb
Zeevx

Как обновить код Visual Studio через Ubuntu Terninal

//This one works perfectly if you install VS code through the terminal
sudo apt-get update
sudo apt-get install code 
Ugly Unicorn

Ответы похожие на “Как обновить код Visual Studio через Ubuntu Terninal”

Вопросы похожие на “Как обновить код Visual Studio через Ubuntu Terninal”

Смотреть популярные ответы по языку

Смотреть другие языки программирования