vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
729 stars 79 forks source link

Coverage : Change color of line partially covered #404

Closed chlbri closed 1 month ago

chlbri commented 1 month ago

Clear and concise description of the problem

The color for lines covered and lines partially covered are the same

Suggested solution

Choose color orange for lines partially covered In this example, llines 108 and 110 are partially covered, but line 109 is not covered at all. So it's a bit confused

Image here :

Capture d’écran 2024-06-01 à 00 19 41

Alternative

No response

Additional context

No response

Validations

sheremet-va commented 1 month ago

Coverage interface is controlled by the vscode itself. I tried to find setting to change the colors, but didn't find any. You can open an issue in vscode repository directly to ask for this feature.

chlbri commented 1 month ago

Ok, I see