Skip to content

Instantly share code, notes, and snippets.

@ricardodsanchez
Created March 18, 2019 16:42
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 ricardodsanchez/828c9338f206ea410c1979d6f06ba806 to your computer and use it in GitHub Desktop.
Save ricardodsanchez/828c9338f206ea410c1979d6f06ba806 to your computer and use it in GitHub Desktop.
VS Code: Open file in browser task - MacOS
{
"version": "0.1.0",
"command": "Chrome",
"osx": {
"command": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
},
"args": ["${file}"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment