emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
403 stars 48 forks source link

join multiple lines of an error description into one line #172

Open taquangtrung opened 5 months ago

taquangtrung commented 5 months ago

Hi,

This PR makes the display of a multiple-line error message more readable by joining these lines into a single line:

Current behavior: lsp-treemacs-before

After applying this PR: lsp-treemacs-after

Please consider merging it. Thanks!