Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 558 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 558 Bytes

Update VSCode (build Insider)

A minimal Bash script to quickly update your VSCode Insiders build on Linux.

What it does

  • 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.

Usage

Make executable and run:

chmod +x do.sh
./do.sh

Launch VSCode Insiders:

code-insiders

License

This project is licensed under the GNU General Public License v3.0.