-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
The default behavior of the LSP Editor prints out too much garbage to the terminal window (stdout/stderr). Example:
I[06:32:02.413] --> textDocument/publishDiagnostics
I[06:32:02.423] --> textDocument/publishDiagnostics
I[06:32:02.431] --> textDocument/publishDiagnostics
I[06:32:02.442] --> textDocument/publishDiagnostics
I[06:32:02.444] --> textDocument/publishDiagnostics
I[06:32:02.445] --> textDocument/publishDiagnostics
I[06:32:02.463] --> textDocument/publishDiagnostics
I[06:32:02.478] --> textDocument/publishDiagnostics
I[06:32:02.480] --> textDocument/publishDiagnostics
I[06:32:02.666] --> window/workDoneProgress/create(0)
I[06:32:02.666] Enqueueing 7161 commands for indexing
This can be reduced by redirecting the output to /dev/null
or a file, or similar. Or, there is an option in Preferences->C/C++->Editor->clangd->"Log to Console". This at least sends the output to the console tab within eclipse and is what I'll do by default for now.
Please consider reducing this output by default or providing more flexibility to disable it.
Metadata
Metadata
Assignees
Labels
No labels