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
As it is possible to open any file in the new LSP-based C/C++ editor, it is not guaranteed that the parent project contains a compilation database (e.g. compile_commands.json). Since much functionality of clangd relies on the availability of such a database, it could not work properly (e.g. used includes could not be found by clangd).
IMO it makes sense to inform the user that the parent project lacks of a compilation database.
The text was updated successfully, but these errors were encountered:
As it is possible to open any file in the new LSP-based C/C++ editor, it is not guaranteed that the parent project contains a compilation database (e.g.
compile_commands.json
). Since much functionality of clangd relies on the availability of such a database, it could not work properly (e.g. used includes could not be found by clangd).IMO it makes sense to inform the user that the parent project lacks of a compilation database.
The text was updated successfully, but these errors were encountered: