vscode-clang-tidy
vscode-clang-tidy copied to clipboard
clang tidy can't find `compile.commands.json` itself
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
Do you mean that clang-tidy.buildPath
should use a default value "./build"?