diff --git a/lsp-treemacs.el b/lsp-treemacs.el index e443819..a25aad2 100644 --- a/lsp-treemacs.el +++ b/lsp-treemacs.el @@ -941,7 +941,7 @@ With prefix 2 show both." (propertize (format "[%s]" source?) 'face 'shadow) "") - message + (string-join (mapcar #'string-trim (string-lines message)) ", ") (propertize (format "(%s:%s)" line character) 'face 'lsp-details-face)) :icon-literal (lsp-treemacs--diagnostic-icon severity?)