Skip to content

Instantly share code, notes, and snippets.

@auchenberg
Last active August 18, 2017 22:44
Show Gist options
  • Save auchenberg/717554e75a929aec3e5c37aeed40e298 to your computer and use it in GitHub Desktop.
Save auchenberg/717554e75a929aec3e5c37aeed40e298 to your computer and use it in GitHub Desktop.
{
"version": "0.1.0",
"configurations": [
{
"name": "Node",
"type": "node",
"request": "attach",
"protocol": "inspector",
"port": 9229
},
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"port": 9222,
"url": "http://localhost:8080",
"webRoot": "${workspaceRoot}"
}
],
"compounds": [
{
"name": "Hybrid",
"configurations": ["Node", "Chrome"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment