We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e9bb9 commit 432ba82Copy full SHA for 432ba82
packages/react-scripts/template/README.md
@@ -269,7 +269,7 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco
269
"request": "launch",
270
"url": "http://localhost:3000",
271
"webRoot": "${workspaceRoot}/src",
272
- "userDataDir": "${workspaceRoot}/.chrome",
+ "userDataDir": "${workspaceRoot}/.vscode/chrome",
273
"sourceMapPathOverrides": {
274
"webpack:///src/*": "${webRoot}/*"
275
}
0 commit comments