Skip to content

Instantly share code, notes, and snippets.

View germanio's full-sized avatar
🏠
Working from home

Germán Hohmann germanio

🏠
Working from home
  • Buenos Aires, Argentina
View GitHub Profile
@diegoboot
diegoboot / vs_code_opensuse.py
Last active April 17, 2018 11:30
Visual Studio Code - Como Instalar no OpenSUSE e Derivados • https://youtu.be/qPU0y8BwqBc
""" Para instalar o Visual Studio Code no openSUSE
usando pacote RPM faça o seguinte """
# Confira se o seu sistema é de 32 bits ou 64 bits
uname -m
# Para sistemas 32 bits, use o comando abaixo para baixar o programa
wget "https://go.microsoft.com/fwlink/?LinkID=760681" -O vscode.rpm
# Para sistemas 64 bits,use o comando abaixo para baixar o programa.