Skip to content

Commit 432ba82

Browse files
ryansullygaearon
authored andcommitted
Set Chrome userDataDir to be under .vscode folder (#1657)
1 parent 68e9bb9 commit 432ba82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)