notskm / vscode-clang-tidy

MIT License
49 stars 25 forks source link

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

Open isudfv opened 2 years ago

isudfv commented 2 years ago

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

tan-wei commented 2 years ago

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