Add flow coverage support#108
Conversation
|
Yeah, great - this looks good to me 👍 Very cool |
|
Is it possible to disable this feature? I've experienced a big degradation in performance of vscode latley and I've tried to disable most other plugins but cannot find the root cause. This seems like it could impact performance and I've had performance issues when trying to use flow coverage in the past too. @thymikee Have you noticed anything similar? |
|
Coverage report is run for every diagnostic change, and by default the extension sets: which tells Flow to get diagnostics (coverage included) on every keystroke. Maybe we could defer it somehow, I'll see what can be done if I have some time to work on it. |
|
I'm also running into some weirdness with this where I'm getting "uncovered code" on files that don't even Javascript, like bash scripts. |
|
My issue isn't a perf issue though, my issue is that the coverage check is
being applied to the wrong types of files...
|
|
That's fixed too. |
Summary
Flow coverage support.
StatusBar (clicking toggles uncovered code mode):
Uncovered code mode: