We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aca3cc commit 86eb24dCopy full SHA for 86eb24d
docusaurus/docs/setting-up-your-editor.md
@@ -55,7 +55,7 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco
55
"type": "chrome",
56
"request": "launch",
57
"url": "http://localhost:3000",
58
- "webRoot": "${workspaceRoot}/src",
+ "webRoot": "${workspaceFolder}/src",
59
"sourceMapPathOverrides": {
60
"webpack:///src/*": "${webRoot}/*"
61
}
0 commit comments