Jacob Stearns
Jacob Stearns
I'm not sure how you would do this on the clang-tidy command line, so I'm not sure if my extension supports this. I'll have to look into it when I...
If it's in the root of your project, the extension should automatically find it.
When does it cause high CPU load? Is it at startup? When you save? When you run the linter? Clang-Tidy is very CPU heavy. You can disable linting when you...
Are you using a `compile_commands.json` file?
You need to either manually tell clang-tidy where to find your headers or have your build system generate a `compile_commands.json` file. I'm not sure what build system you're using, but...
> Is there a way to programmatically set clang to look for these ROS headers for all of these packages? For example, An environment variable I can tweak to get...
It won't be for a while, but I want to rethink when and how clang-tidy triggers. I agree this is annoying.
I can't reproduce this with gcc installed through scoop. I'm having internet issues at the moment, so I can't test further for another few days. Sorry for the wait.
@jackgerrits `clang-tidy.buildPath` does not currently accept variables like `${workspaceFolder}`.
> I have this option set in the global settings.json. Is it necessary to have this option also set in the specific workspace I'm working on? It should work if...