Skip to content

Instantly share code, notes, and snippets.

@andrew-ma
Created July 15, 2021 02:34
Show Gist options
  • Save andrew-ma/5dc2675fe0dcc09c385a70afee6b84f2 to your computer and use it in GitHub Desktop.
Save andrew-ma/5dc2675fe0dcc09c385a70afee6b84f2 to your computer and use it in GitHub Desktop.
Install Vscode on Debian
curl -OJL "https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64"
sudo dpkg -i code_*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment