Skip to content

Instantly share code, notes, and snippets.

@ehansen31
Forked from auchenberg/launch.json
Created August 4, 2017 12:51
Show Gist options
  • Save ehansen31/46e7226ab901db421b282581df834824 to your computer and use it in GitHub Desktop.
Save ehansen31/46e7226ab901db421b282581df834824 to your computer and use it in GitHub Desktop.
VSCode + React debug config
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment