The output from the task could be parsed and error information extracted and displayed in the Errors window.
VS Code seems to have this sort of support by enabling a problem matcher for the task.
Currently the task output is not passed back to the task provider.
Look at this approach:
https://github.com/madskristensen/TaskOutputListener
The output from the task could be parsed and error information extracted and displayed in the Errors window.
VS Code seems to have this sort of support by enabling a problem matcher for the task.
Currently the task output is not passed back to the task provider.
Look at this approach:
https://github.com/madskristensen/TaskOutputListener