alexdima / vscode-lcov

MIT License
39 stars 13 forks source link

"lcov.path" paths can be relative but "lcov.watch" patterns must be explicit #8

Open erikfox opened 7 years ago

erikfox commented 7 years ago

Took me a while to figure out what was going on. The two are likely parsing paths differently when they shouldn't be.

erikfox commented 7 years ago

Have a very simple fix for this, also increases robustness of lcov.path handling.

Will PR shortly as soon as our open source guys give 👍 .