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

Settings update only after vscode reload #169

Closed Tadaboody closed 5 years ago

Tadaboody commented 6 years ago

Bug report:

Other extensions don't seem to have this problem, perhaps we can try and compare our approach to other open source extensions.

ryanluker commented 6 years ago

@Tadaboody this is a known one but I havent got around to fixing it. Essentially we just need to not cache the configStore and instead have it pull every time (from the users settings) someone asks for a variable from it.

20