Skip to content

Instantly share code, notes, and snippets.

@digitalfiz
Created July 20, 2016 17:28
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 digitalfiz/623f04f9444a5825676c59927568a2e8 to your computer and use it in GitHub Desktop.
Save digitalfiz/623f04f9444a5825676c59927568a2e8 to your computer and use it in GitHub Desktop.
/usr/local/bin/vscode
#!/bin/bash
#
# Put this in a file called /usr/local/bin/vscode and then chmod +x it.
set -e
/Applications/Visual\ Studio\ Code.app/Contents/MacOS/Electron "$@" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment