We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2495abd + 64729a7 commit 312dee2Copy full SHA for 312dee2
lsp-treemacs.el
@@ -941,7 +941,7 @@ With prefix 2 show both."
941
(propertize (format "[%s]" source?)
942
'face 'shadow)
943
"")
944
- message
+ (string-join (mapcar #'string-trim (string-lines message)) ", ")
945
(propertize (format "(%s:%s)" line character)
946
'face 'lsp-details-face))
947
:icon-literal (lsp-treemacs--diagnostic-icon severity?)
0 commit comments