IBM-Cloud / vscode-log-output-colorizer

Language extension for VSCode that adds syntax colorization for both the output/debug/extensions panel and *.log files.
https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer
MIT License
111 stars 28 forks source link

Colouriser for pester #10

Open davidwallis opened 7 years ago

davidwallis commented 7 years ago

How do we customize this? for example I would like to see the pester output colourised as per attached and ideally the totals at the bottom (Passed: 19 Failed: 1 Skipped: 0 Pending: 0 Inconclusive: 1) also in the same colours.

image

I suspect a simple regex matching the start of the line [+] or similar would do but I have no clue about how to customize this plugin..

Thanks