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

Display popup during parsing of coverage info to indicate something is happening #219

Closed cj-williams closed 5 years ago

cj-williams commented 5 years ago

For smaller projects it's likely the displaying of the coverage info in VS Code is almost instantaneous, but for larger projects it isn't. I'm currently using an XML coverage file and when I enable the coverage display in VS Code, it appears after approx 10 seconds. However during this time there is no feedback that the extension is busy.

For other extensions (ie. when building) , a small popup appears indicating that something is happening. Would it be possible to display this during the parsing of the coverage file?

cj-williams commented 5 years ago

Found issue already raised, deleting