I would like to be able to specify the header filter in my .vscode/settings.json file instead of having to hard-code it via HeaderFilterRegex: in the shared .clang-tidy file of our repo. (My local path is different from other peoples local path.)
Would it be possible to add a clang-tidy.headerFilter setting to pass this parameter through when invoking clang-tidy?
I would like to be able to specify the header filter in my
.vscode/settings.json
file instead of having to hard-code it viaHeaderFilterRegex:
in the shared.clang-tidy
file of our repo. (My local path is different from other peoples local path.)Would it be possible to add a
clang-tidy.headerFilter
setting to pass this parameter through when invokingclang-tidy
?Thank you!