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
Currently, LSP doesn't work properly out of the box, because clangd can't find headers until compile_commands.json is generated. This happens when the project is built, but it is remove again when the project is just cleaned.
We should
add something to the shell hooks that ensures the required clangd-helper data are automatically present
Currently, LSP doesn't work properly out of the box, because
clangd
can't find headers untilcompile_commands.json
is generated. This happens when the project is built, but it is remove again when the project isjust clean
ed.We should
just clean
does not remove themThis looks relevant: https://discourse.nixos.org/t/get-clangd-to-find-standard-headers-in-nix-shell/11268/13
The text was updated successfully, but these errors were encountered: