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
454 stars 88 forks source link

chore: change activation event to onstartupfinished #393

Closed SethFalco closed 1 year ago

SethFalco commented 1 year ago

Changes the activation event from startup to onStartupFinished.

It wasn't having a big impact on startup time (at only around 23 ms) but since it can be put off, figured why not. (I'm trying pretty hard to improve my VSC performance. ^-^')

Read the related issue for more info!

Related