Skip to content

Commit ab56d75

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)