vscode-lcov
vscode-lcov copied to clipboard
Support multi-root workspaces
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.
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)