Skip to content

Instantly share code, notes, and snippets.

@andreaseger
Created September 30, 2019 13:51
Show Gist options
  • Save andreaseger/7f4f27c92410a9c1bd1c4fe293fdb8b7 to your computer and use it in GitHub Desktop.
Save andreaseger/7f4f27c92410a9c1bd1c4fe293fdb8b7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
pushd ~/bin
rm VSCode-linux-x64.old/ -rf
mv VSCode-linux-x64 VSCode-linux-x64.old
wget "https://go.microsoft.com/fwlink/?LinkId=723968" -O vscode-insider.tar.gz
tar -xzf vscode-insider.tar.gz
ln -sf ~/bin/VSCode-linux-x64/bin/code-insiders ~/.local/bin/code
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment