Visual Studio Code: Difference between revisions

No edit summary
Tag: Reverted
m Kangtain moved page Software/Visual Studio Code to Visual Studio Code over redirect
 
(6 intermediate revisions by the same user not shown)
Line 16: Line 16:
==Instalasi==
==Instalasi==


  {{Terminal|sudo apt update}}
  sudo apt update
  {{Terminal|sudo apt install software-properties-common apt-transport-https wget}}
 
  {{Terminal|<nowiki>wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -</nowiki>}}
  sudo apt install software-properties-common apt-transport-https wget
  {{Terminal|<nowiki>sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"</nowiki>}}
 
  {{Terminal|sudo apt install code}}
  wget -q <nowiki>https://packages.microsoft.com/keys/microsoft.asc</nowiki> -O- | sudo apt-key add -
 
  sudo add-apt-repository "deb [arch=amd64] <nowiki>https://packages.microsoft.com/repos/vscode</nowiki> stable main"
 
  sudo apt install code


[[Category:Software]]
[[Category:Software]]