alexdima / vscode-lcov

MIT License
39 stars 13 forks source link

Support multi-root workspaces #18

Open doppelganger9 opened 6 years ago

doppelganger9 commented 6 years ago

Right now, the extension seems to look for the lcov.info file in the first folder within a multi-root workspace.

When I open my folder alone it finds the lcov.info correctly.

jedwards1211 commented 4 years ago

Yeah when I configure it to use ./coverage/lcov.info, I wish it would look for this relative to every Git root folder (I know not all VSCode projects will use Git, but this would benefit the majority of projects)