Skip to content

Install vscode #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dominrivera opened this issue Oct 15, 2019 · 0 comments
Open

Install vscode #20

dominrivera opened this issue Oct 15, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@dominrivera
Copy link
Owner

https://code.visualstudio.com/docs/setup/linux

sudo apt install ./.deb

If you're on an older Linux distribution, you will need to run this instead:

sudo dpkg -i .deb

sudo apt-get install -f # Install dependencies

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg

sudo install -o root -g root -m 644 packages.microsoft.gpg /usr/share/keyrings/

sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'

sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install code # or code-insiders

@dominrivera dominrivera added the enhancement New feature or request label Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant