-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension can't be used in with VSCode Workspaces #3
Comments
You need to set: You can set it like this: {
"iwyu.compile_commands": "${workspaceFolder}/compile_commands.json"
} Note that |
The reason you would still want Let me know if you are in a multi-root-workspace case. |
This could maybe work. A rudimentary attempt is implemented in the current state of #10. Could you check if that works for you? |
I extracted just the multi-root-workspace work into #12. |
@samopolacek: The rudimentary multi-root-workspace support was just published as 0.1.16. Let me know how that works for you. If you find it lacking please reopen the issue. |
Great to hear. I still need to find more time to debug such cases though before calling it an actual feature. |
The path to compile_commands,json, in case of a VSCode Workspace, is usually relative to ${fileWorkspaceFoler}, which is not supported by the extension.
The text was updated successfully, but these errors were encountered: