Skip to content

Instantly share code, notes, and snippets.

@rightson
Created April 22, 2018 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightson/a5209ae65c6cac0d097fe9c1750151a9 to your computer and use it in GitHub Desktop.
Save rightson/a5209ae65c6cac0d097fe9c1750151a9 to your computer and use it in GitHub Desktop.
A shell script to invoke VS Code Insiders from command line (ubuntu)
#!/bin/bash
nohup /usr/share/code-insiders/code-insiders $* > /dev/null 2>&1 &
# rename `code.sh` to `code` and put it to some $PATH (e.g. /usr/local/bin/code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment