Skip to content

Commit 6d60aa3

Browse files
authored
Fix formatting in README.md for testExecutablePath
1 parent 6d821ef commit 6d60aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the following to your VS Code `settings.json` to specify your test executabl
2424
```json
2525
{
2626
"cpputestTestAdapter.testExecutable": "${workspaceFolder}/test/testrunner;${workspaceFolder}/test/subFolder/ut_*",
27-
"cpputestTestAdapter.testExecutablePath": "\${workspaceFolder}/test"
27+
"cpputestTestAdapter.testExecutablePath": "${workspaceFolder}/test"
2828
}
2929
```
3030

0 commit comments

Comments
 (0)