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

Cannot read property 'description' of undefined #100

Closed ryanluker closed 6 years ago

ryanluker commented 6 years ago

Bug:

Reproduce by clicking out of a file picker Need to check that the item being returned from the quick pick is not undefined

Info:

const item = await this.vscode.showQuickPick<QuickPickItem>(
   fileQuickPicks,
   {placeHolder},
);
pickedFile = item.description;