We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d821ef commit 6d60aa3Copy full SHA for 6d60aa3
README.md
@@ -24,7 +24,7 @@ Add the following to your VS Code `settings.json` to specify your test executabl
24
```json
25
{
26
"cpputestTestAdapter.testExecutable": "${workspaceFolder}/test/testrunner;${workspaceFolder}/test/subFolder/ut_*",
27
- "cpputestTestAdapter.testExecutablePath": "\${workspaceFolder}/test"
+ "cpputestTestAdapter.testExecutablePath": "${workspaceFolder}/test"
28
}
29
```
30
0 commit comments