You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If `iwyu.compile_commands` is set to the default `auto`, then the extension will try:
- `${workspaceFolder}/compile_commands.json`,
- `${workspaceFolder}/build/compile_commands.json`,
- `${fileWorkspaceFolder}/compile_commands.json`, and
- `${fileWorkspaceFolder}/build/compile_commands.json`.
This should address #5 in slightly better way as it supports the common places.
This fixes#11
Find compile_commnands.json in build subdir if not found in main by default.
See #5
The text was updated successfully, but these errors were encountered: