vscode-clang-tidy icon indicating copy to clipboard operation
vscode-clang-tidy copied to clipboard

clang tidy can't find `compile.commands.json` itself

Open isudfv opened this issue 2 years ago • 1 comments

clang tidy can't find compile.commands.json itself and I have to set "clang-tidy.buildPath": "build" to make it work. This is kind of weird

isudfv avatar Mar 12 '22 09:03 isudfv

Do you mean that clang-tidy.buildPath should use a default value "./build"?

tan-wei avatar Sep 15 '22 07:09 tan-wei