Closed ecorini closed 1 month ago
Is it possible to use variable substitution for configurations?
For example to have a workspace based suppression it would be nice to be able to use a setting like this:
"cpp-check-lint.cppcheck.--suppressions-list=": "${worspaceFolder}\\cppcheck-suppression.txt"
Thanks!
try v1.5.3 ${workspaceFolder}/cppcheck-suppression.txt
Is it possible to use variable substitution for configurations?
For example to have a workspace based suppression it would be nice to be able to use a setting like this:
Thanks!