Skip to content

Instantly share code, notes, and snippets.

@diegoboot
Created October 25, 2016 21:58
Show Gist options
  • Save diegoboot/62f6d3aab9630c2d91ac28e5f6c1d796 to your computer and use it in GitHub Desktop.
Save diegoboot/62f6d3aab9630c2d91ac28e5f6c1d796 to your computer and use it in GitHub Desktop.
🙇 Visual Studio Code - Instalação e Review https://youtu.be/ZI1NTYj_oBs
""" O aplicativo está disponível para instalação usando o Ubuntu Make,
uma ferramenta de linha de comando que permite instalar uma série de IDEs facilmente """
# Abra um terminal [no Unity use as teclas CTRL + ALT + T]
# Se ainda não tiver, adicione o repositório UBUNTU MAKE
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
# INSTALE o VS Code
umake web visual-studio-code
# Para DESINSTALAR O VS Code
umake web visual-studio-code — remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment