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

Output Colorizer broken. No effect on Git Output using default VSCode dark theme #25

Open mkanet opened 4 years ago

mkanet commented 4 years ago

Installing Output Colorizer on the latest VSCode version has no effect on Git Output using default VSCode dark theme. Log file colorization does work.

VSCode Version: 1.38.1 OS: Windows 10 2019-09-16 10-07-11

jbellmore commented 4 years ago

I am experiencing the same. I am also on 1.38.1 and Windows 10, however I am running VSCode with a remote connection to Ubuntu running in WSL 2.

I see no color output in any output window, including git.

gorkarod commented 4 years ago

Colored tomcat logging also stopped working on 1.41.1 (Mac)

damianpowell commented 3 years ago

Still broken in 1.47.2 (Windows).

llity commented 3 years ago

It do not work now

dendenxu commented 2 years ago

Uninstalling or disabling Code Runner extension seems to fix the problem. Output Colorizer seems to conflict with Code Runner.

Note: If you are using other extensions that colorize the output panel, it could override and disable this extension.

raphaelsetin commented 1 year ago

Whoever lands here, please go check the status at Code Runner's #59 issue.