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

Not wokring! #22

Closed sumikum7 closed 6 years ago

sumikum7 commented 6 years ago

Not working in vscode 1.23 on max OS..if not a solution try giving me a suggestion !

triceam commented 6 years ago

There's most likely another VS Code extension that 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. If you want the colorizer to have precedence, then you might have to disable other extensions.

sumikum7 commented 6 years ago

that can be a reason.will try and let you know !Thanks...