Skip to content

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

License

Notifications You must be signed in to change notification settings

skvggor/update-vscode-insider-for-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.