Skip to content

Commit bfbf835

Browse files
ryansullygaearon
authored andcommitted
Set Chrome userDataDir to be under .vscode folder (facebook#1657)
1 parent 0e4cb15 commit bfbf835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco
269269
"request": "launch",
270270
"url": "http://localhost:3000",
271271
"webRoot": "${workspaceRoot}/src",
272-
"userDataDir": "${workspaceRoot}/.chrome",
272+
"userDataDir": "${workspaceRoot}/.vscode/chrome",
273273
"sourceMapPathOverrides": {
274274
"webpack:///src/*": "${webRoot}/*"
275275
}

0 commit comments

Comments
 (0)