Skip to content

Instantly share code, notes, and snippets.

@dongerardor
Created November 8, 2024 11:42
Show Gist options
  • Select an option

  • Save dongerardor/433e4ed9cda8dd8e6cec905015e7770f to your computer and use it in GitHub Desktop.

Select an option

Save dongerardor/433e4ed9cda8dd8e6cec905015e7770f to your computer and use it in GitHub Desktop.
Update VS Code in Linux
#!/bin/bash
wget 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64' -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment