Commit 432ba82a authored by Ryan Sullivan's avatar Ryan Sullivan Committed by Dan Abramov
Browse files

Set Chrome userDataDir to be under .vscode folder (#1657)

parent 68e9bb9d
Showing with 1 addition and 1 deletion
+1 -1
......@@ -269,7 +269,7 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"userDataDir": "${workspaceRoot}/.chrome",
"userDataDir": "${workspaceRoot}/.vscode/chrome",
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment