A minimal Bash script to quickly update your VSCode Insiders build on Linux.
- Downloads the latest VSCode Insiders build (tar.gz).
- Installs it to
/opt/visual-studio-code-insiders
. - Creates a symbolic link to
/usr/local/bin/code-insiders
. - Cleans temporary files after installation.
Make executable and run:
chmod +x do.sh
./do.sh
Launch VSCode Insiders:
code-insiders
This project is licensed under the GNU General Public License v3.0.