Skip to content

Instantly share code, notes, and snippets.

@ehansen31
ehansen31 / launch.json
Created August 4, 2017 12:51 — forked from auchenberg/launch.json
VSCode + React debug config
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src"
}