ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
460 stars 88 forks source link

Rework the names for the colored coverage elements #302

Open ryanluker opened 3 years ago

ryanluker commented 3 years ago

Reference

https://github.com/ryanluker/vscode-coverage-gutters/issues/239#issuecomment-813418777

Problem

The old names for the coverage elements (highlights) is quite confusing now that we have gutter coverage elements as well as line and map based ones. We can use the example naming by @DevilXD as a starting point for switching to something more sensical.

Work

1) Slightly adjust the settings names to make more sense regarding their visual nature. 2) Figure out if this change should be in the next minor release or next major (changing the setting name will probably mean a breaking change unless we deprecate the old value and use it as the default for folks that have set it)