Support parsing tasks output in a nice way #1102
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
In VS Code they have Problem Parsers, that are quite nice and can be configured to use Problem Matchers, to parse almost anything.
For example, when we eventually want to do builds, using tasks, we may want to parse the build's output according to criteria that are specific to the language/compiler being used, and be able to detect errors/warnings from the output, and report them to the user (create problem markers?).
We have an unmerged WIP that is a simplified version of what they have in VS Code. We called it "Output Parser / Output Matcher". See: (original #605, latest: #653)
The text was updated successfully, but these errors were encountered: