vscode-java-test icon indicating copy to clipboard operation
vscode-java-test copied to clipboard

Instead of just showing green immediately on a disabled test, show a message saying test is disabled/ignored

Open shockdm opened this issue 3 years ago • 1 comments

Might be a nice usability improvement to show a notification or special icon when trying to run a disabled test, or a test in a disabled test suite. Today - it just shows as green, which at times may cause several minutes of frantic debugging trying to understand why a test is showing green without seemly doing anything (as sometimes test may fail in before/beforeClass stage and not produce any output - thus causing the same visual queues).

shockdm avatar Oct 18 '21 18:10 shockdm

Found a related upstream issue: https://github.com/microsoft/vscode/issues/133198.

jdneo avatar Oct 25 '21 05:10 jdneo