Skip to content

Instantly share code, notes, and snippets.

@Austcool-Walker
Last active July 22, 2020 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Austcool-Walker/76b04b500b009a8115f631b1db0800f2 to your computer and use it in GitHub Desktop.
Save Austcool-Walker/76b04b500b009a8115f631b1db0800f2 to your computer and use it in GitHub Desktop.
Commands from https://code.visualstudio.com/docs/setup/linux for Installing Microsoft Visual Studios Code

Run these commands in order in TTY or Terminal.

sudo sh -c 'echo "deb [arch=amd64 trusted=yes allow-insecure=yes] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list' && sudo apt update
sudo apt install code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment