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
I think the underlying issue is that we export all header files into build/include. I have similar issues when following the includes in e.g. CLion.
This might indeed be resolved after Sebastian's PR (...or not).
If I start clangd on the automatically generated compile_commands.json and goto a definition, it will put me into
instead of
even though the include file is not mentioned in compile_commands.json. Sadly, we cannot find anyone else experiencing this issue anywhere on the internet.
The text was updated successfully, but these errors were encountered: