Skip to content

Instantly share code, notes, and snippets.

@Garciat
Last active August 29, 2015 14:21
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 Garciat/f35b0a5e8877fd1c2cb4 to your computer and use it in GitHub Desktop.
Save Garciat/f35b0a5e8877fd1c2cb4 to your computer and use it in GitHub Desktop.
#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Name=Visual Studio Code
Path=/home/garciat/builds/vscode
Exec=/home/garciat/builds/vscode/Code
Icon=/home/garciat/builds/vscode/resources/app/vso.png
Type=Application
Name[en_US]=VS Code
#!/usr/bin/env bash
exec ~/builds/vscode/Code $@ >/dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment