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

Use quick pick items instead of raw strings for the quick pickers #85

Closed ryanluker closed 6 years ago

ryanluker commented 7 years ago

https://code.visualstudio.com/docs/extensionAPI/vscode-api#QuickPickItem replace raw strings with quick picker items which should help with really long file paths being shown in the picker list

Example usage: https://github.com/ryanluker/vscode-coverage-gutters/blob/v1.1.3/src/gutters.ts#L58