Skip to content

Commit 397dd91

Browse files
Update .vscode/settings.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d39e9e7 commit 397dd91

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

.vscode/settings.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,23 @@
2525
"connectionId": "philips-software",
2626
"projectKey": "philips-software_amp-cucumber-cpp-runner"
2727
},
28-
"cmake.postRunCoverageTarget": "generate-coverage-report",
29-
"cmake.coverageInfoFiles": [
30-
"${workspaceFolder}/.build/${command:cmake.activeConfigurePresetName}/lcov.info"
31-
]
28+
{
29+
"parameter": ")\"",
30+
"value": "\""
31+
}
32+
],
33+
"C/C++ Include Guard.Macro Type": "Filepath",
34+
"C/C++ Include Guard.Path Depth": 1,
35+
"C/C++ Include Guard.Remove Extension": false,
36+
"C/C++ Include Guard.Comment Style": "None",
37+
"C/C++ Include Guard.Path Skip": 0,
38+
"testMate.cpp.test.executables": "${workspaceFolder}/.build/**/*{test,Test,TEST}*",
39+
"sonarlint.connectedMode.project": {
40+
"connectionId": "philips-software",
41+
"projectKey": "philips-software_amp-cucumber-cpp-runner"
42+
},
43+
"cmake.postRunCoverageTarget": "generate-coverage-report",
44+
"cmake.coverageInfoFiles": [
45+
"${workspaceFolder}/.build/${command:cmake.activeConfigurePresetName}/lcov.info"
46+
]
3247
}

0 commit comments

Comments
 (0)