Skip to content

Commit e905acf

Browse files
authored
Fix formatting in README.md for testExecutablePath (#94)
1 parent 6d821ef commit e905acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)