Skip to content

Releases: ryanluker/vscode-coverage-gutters

1.1.1

18 Jul 02:41
Compare
Choose a tag to compare

Github Milestone

  • fixed a critical issue with the lcov report preview for unix type systems

1.1.0

15 Jul 22:46
Compare
Choose a tag to compare

Github Milestone

  • allow multiple lcov files and choose between them with a picker
  • preview lcov report html files inside vscode
  • cleanup outstanding errors and bugs (parse string, document undefined)
  • update readme info
  • update readme badges

1.0.0

20 Jun 14:50
Compare
Choose a tag to compare

Github Milestone

  • cleanup readme and add a buy me a coffee button (donate)
  • updated dark theme colours and icons
  • show gutters only show option on by default, added metrics for learning
  • added more test coverage to config component
  • added customization option for the status bar toggler
  • fixed a bug related to excluding files in vscode and having the extension not be able to find the lcov file

0.6.0

07 May 20:10
Compare
Choose a tag to compare

Github Milestone

  • added statusbar action button
  • combined watch editors and watch lcov into one command
  • added a remove watchers command
  • refactored gutters to use dependency injection
  • cleanup tests and add new ones

0.5.0

23 Apr 20:45
Compare
Choose a tag to compare

Github Milestone

  • added file watch and render feature
  • added metrics for vscodeVersion
  • cleanup tests

0.4.0

09 Apr 22:56
Compare
Choose a tag to compare

Github Milestone

  • added keybindings and shortcuts
  • added metrics
  • added options to display only gutter, line or ruler (or combo)
  • display errors and no coverage in message popup

0.3.0

02 Apr 00:15
Compare
Choose a tag to compare
  • added lcov watch functionality
  • added enhanced lcov coverage (full, partial and none options)

release artifact:
vscode-coverage-gutters-0.3.0.zip

0.2.1

23 Mar 05:18
Compare
Choose a tag to compare
  • added option to use relative path comparison
  • fixed changelog link
  • increase test coverage

0.2.0

20 Mar 02:15
Compare
Choose a tag to compare
  • true gutter indicators
  • contribution doc
  • refactor gutters to be more testable

0.1.3

16 Mar 02:58
Compare
Choose a tag to compare
  • colour updates
  • context menu additions
  • icon resizing