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
if clangd version >= 11, then the clangd binary will be called with
configured command line options plus --check and --log=error.
If the stderr stream remains empty everything is fine and we can go on.
Otherwise we through an IOException in the start() method. This leads to
an error dialog with the strings returned from stderr stream.
fixeseclipse-cdt#408
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Feb 1, 2025
if clangd version >= 11, then the clangd binary will be called with
configured command line options plus --check and --log=error.
If the stderr stream remains empty everything is fine and we can go on.
Otherwise we through an IOException in the start() method. This leads to
an error dialog with the strings returned from stderr stream.
fixeseclipse-cdt#408
When the clangd has configuration errors, the user gets confronted with repetitive error messages when the LS has been triggered to start by LSP4E:
Reason: clangd gets started but exits immediately with an error. This could be endless becuase LSP4E restarts clangd again and again ....
Steps to reproduce:
Create a faulty clangd config, and press Apply and Close
The text was updated successfully, but these errors were encountered: