generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve parsing of message details in VS Code problems matcher
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.
- Loading branch information
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters