We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b93f4 commit ab56d75Copy full SHA for ab56d75
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