Skip to content

Commit 86eb24d

Browse files
raiskilaianschmitz
authored andcommitted
Replace deprecated VSCode launch.json variable (#6110)
Replace deprecated ${workspaceRoot} variable with ${workspaceFolder} in VSCode launch.json. See https://code.visualstudio.com/docs/editor/variables-reference#_why-isnt-workspaceroot-documented
1 parent 1aca3cc commit 86eb24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/setting-up-your-editor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco
5555
"type": "chrome",
5656
"request": "launch",
5757
"url": "http://localhost:3000",
58-
"webRoot": "${workspaceRoot}/src",
58+
"webRoot": "${workspaceFolder}/src",
5959
"sourceMapPathOverrides": {
6060
"webpack:///src/*": "${webRoot}/*"
6161
}

0 commit comments

Comments
 (0)