Skip to content

Instantly share code, notes, and snippets.

@buildmotion
Last active April 3, 2018 08:14
Show Gist options
  • Save buildmotion/07b860b04eea9703cb022efa2e3a49ec to your computer and use it in GitHub Desktop.
Save buildmotion/07b860b04eea9703cb022efa2e3a49ec to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment