Starting from may be 0.8.0 release, neovim with clangd lsp enabled (working fine on 0.7.2) starts to print multiple messages on exit in the form of
RPC[Error] code_name = UnknownErrorCode, message = “Failed to parse includes”
The C project I’m parsing has some issues with some header paths (benign) but I don’t think it ever prints these to the stderr. Shouldn’t these be printed to the lsp logs instead ? Sometimes I get tones of these messages on nvim exist which is annoying.
Anyone seen this recently?