Skip to content

lspclient: use multiple items for a diagnostic item with embedded newlines

Mark Nauwelaerts requested to merge work/lsp_multiline_diagnostic into master

Since rendering content with embedded newlines does not work out so well in a TreeView, this patch splits such diagnostics texts across multiple lines/items (similar to the Output View).

Merge request reports