We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c774070 commit 482af99Copy full SHA for 482af99
1 file changed
docs/en/Troubleshooting.md
@@ -98,7 +98,7 @@ If you are using Facebook's [`create-react-app`](https://github.com/facebookincu
98
"name": "Debug CRA Tests",
99
"type": "node",
100
"request": "launch",
101
- "runtimeExecutable": "${workspaceRoot/node_modules/.bin/react-scripts",
+ "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts",
102
"runtimeArgs": [
103
"--inspect-brk",
104
"test"
0 commit comments