Visual Studio Code: Difference between revisions
Tag: Reverted |
Tag: Reverted |
||
| Line 20: | Line 20: | ||
sudo apt install software-properties-common apt-transport-https wget | sudo apt install software-properties-common apt-transport-https wget | ||
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add - | wget -q <nowiki>https://packages.microsoft.com/keys/microsoft.asc</nowiki> -O- | sudo apt-key add - | ||
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" | sudo add-apt-repository "deb [arch=amd64] <nowiki>https://packages.microsoft.com/repos/vscode</nowiki> stable main" | ||
sudo apt install code | sudo apt install code | ||
[[Category:Software]] | [[Category:Software]] | ||