I am struggling getting the clang-tidy.buildPath to work. When used like this:
"clang-tidy.buildPath": "build/linux-release"
I get the error No compilation database found in [...absolute workspace path...]/"build/linux-release" or any parent directory. I think the issue is the superfluous " before "build. How can I get rid of this?
I am struggling getting the
clang-tidy.buildPath
to work. When used like this:I get the error
No compilation database found in [...absolute workspace path...]/"build/linux-release" or any parent directory
. I think the issue is the superfluous"
before"build
. How can I get rid of this?Thank you!