nwolverson/vscode-ide-purescript

Keep formatting/indentation in problems pane error messages

natefaubion opened this issue · 1 comments

The problems pane error message have their indentation stripped. With some of the larger messages, especially with row types or those with nesting, this becomes essentially unreadable. Is it possible to retain the compilers indentation/formatting? It's available on hover, but that's only a tooltip and doesn't necessarily show everything.

wclr commented

Seems, it is not supported yet:
microsoft/vscode#54272
microsoft/vscode#102417

If you use F8 (View problem) when standing on the error it shows static (not popover) problem description below with formatting.