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 working for CMake #30

Open rahatzamancse opened 12 months ago

rahatzamancse commented 12 months ago

When I try to "Cmake: Configure" or "Cmake: Debug", the output remains the same. I have also tried by adding set(CMAKE_COLOR_DIAGNOSTICS ON) to my CMakeLists.txt file.

image

Byxs20 commented 7 months ago

I'm in the same boat, did you find a good solution?

Byxs20 commented 7 months ago

https://github.com/IBM-Cloud/vscode-log-output-colorizer/issues/25

troyliu0105 commented 7 months ago

Did u set cmake.buildTask to true? I think you should reset to false to make this plugin work.

Byxs20 commented 7 months ago

I uninstalled code runner and it worked.