QiuminGe / cpp-check-lint

MIT License
12 stars 7 forks source link

variable substitution #37

Closed ecorini closed 1 month ago

ecorini commented 3 years 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!

QiuminGe commented 1 month ago

try v1.5.3 ${workspaceFolder}/cppcheck-suppression.txt