You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running VS Code on Linux, and using a remote container.
I have the Output Colorizer, which works fine for the Output panel. But other than logs, the Ceedling Test Explorer isn't outputting there. Rather to the Test Results panel.
Is it possible to colorize this?
When I was using gtest, I needed a terminal colorizing application to pipe the output to. Something like ninja -C ./build/test/gtest -v | ccze -m ansi where ccze is a colorizer. Is it possible to pipe the output that goes to the Test Results panel? I couldn't really see how the extension was calling ceedling and if there was a mechanism for this.
I can't exactly remember, but I had thought that other extensions were able to output with color to Test Results.
The text was updated successfully, but these errors were encountered:
Running VS Code on Linux, and using a remote container.
I have the Output Colorizer, which works fine for the Output panel. But other than logs, the Ceedling Test Explorer isn't outputting there. Rather to the Test Results panel.
Is it possible to colorize this?
When I was using gtest, I needed a terminal colorizing application to pipe the output to. Something like
ninja -C ./build/test/gtest -v | ccze -m ansi
whereccze
is a colorizer. Is it possible to pipe the output that goes to the Test Results panel? I couldn't really see how the extension was calling ceedling and if there was a mechanism for this.I can't exactly remember, but I had thought that other extensions were able to output with color to Test Results.
The text was updated successfully, but these errors were encountered: