Skip to content

Instantly share code, notes, and snippets.

@ivan-hilckov
Created October 19, 2018 17:05
Show Gist options
  • Save ivan-hilckov/aa96cf603ffcd333f00022ee01d8b720 to your computer and use it in GitHub Desktop.
Save ivan-hilckov/aa96cf603ffcd333f00022ee01d8b720 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome Canary",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
},
"userDataDir": "${workspaceRoot}/.vscode/out/chrome",
"runtimeExecutable": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment