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

Pytest color is not showing up running as a task #17

Closed ashrafuzzaman closed 6 years ago

ashrafuzzaman commented 7 years ago

I created a Test task that runs the py.test. This plugin can show some color but not quit good. But vscode-log-output-colorizer do not show color at all.

triceam commented 6 years ago

The Python extension is overriding the colorization in the Output panel. There can only be one active colorizer in the output channel at any time - this is a limitation with VS Code itself. It's been reported that the Python, Code Runner, and Quokka extensions will cause conflicts. There are also a few others that I can't remember the names of off hand. If you want the Output Colorizer to have precedence, then you might have to disable the Python extension (or others).