Skip to content

Commit

Permalink
Set Chrome userDataDir to be under .vscode folder (facebook#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansully authored and gaearon committed Feb 27, 2017
1 parent 68e9bb9 commit 432ba82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"userDataDir": "${workspaceRoot}/.chrome",
"userDataDir": "${workspaceRoot}/.vscode/chrome",
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
}
Expand Down

0 comments on commit 432ba82

Please sign in to comment.