SAP / ui5-linter

A static code analysis tool for UI5
Apache License 2.0
47 stars 4 forks source link

fix: Improve parsing of message details in VS Code problems matcher #135

Closed matz3 closed 4 months ago

matz3 commented 4 months ago

Printing message details in a separate line causes the VS Code "Problems" integration to only display one of the lines, as both point to the same line/column in the code.

In addition, replacing multiple spaces solves incorrect message parsing with the $eslint-stylish matcher which expects a "code" after two spaces. Currently no code is printed at all.