microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.46k stars 451 forks source link

Non-red icons for disabled tests #3353

Open Zitrax opened 12 months ago

Zitrax commented 12 months ago

Brief Issue Summary

Currently I have seen three icons for the CTest results:

I find it confusing that failure and disabled are both red. Without looking closely it looks like the disabled tests failed.

Could they be colored grey instead perhaps? Even the shapes are similar that it's quite hard to see the difference.

On version 1.16.7 of CMake Tools.

CMake Tools Diagnostics

No response

Debug Log

No response

Additional Information

No response

nolange commented 1 month ago

Is it actually possible to not run disabled tests?

Theres a DISABLED property that could be red before running them