vscode-lcov
vscode-lcov copied to clipboard
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I have installed the plugin it seems like it is stuck on the reading action. Also none of the menu entries are available in the quick menu drop down. The...
I'm a little lost getting started with this extension. My `settings.json` file: ```json { "lcov.path": [ "coverage/lcov.info", ], "lcov.sourceMaps": false, "lcov.branchCoverage": "full" } ``` `lcov` output: ``` [08:30:15.092][INFO ][main ]:...
'npm' gives a warning regarding the lacking of 'license' property in the package.
…ew panel - Minimal supported version increased to be 1.23.0 (to contain the Webview API) - Use 'themed' colors for the coverage report - Removed clickable link in the coverage...
These icons next to a switch aren't useful to me, because I'm really just looking for uncovered lines within the individual cases. Though I don't know if it's possible for...
Right now, the extension seems to look for the `lcov.info` file in the first folder within a [multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces). When I open my folder alone it finds the `lcov.info` correctly.
I'm writing/using a tool that generates relative paths (from the project root) in its SF lines, like `SF:./conman_0.17.4/scenarios/conman_test/control.lua` and they don't seem to be recognized by this extension, but if...
I had this issue when working on a windows machine but running my code inside a VM with Docker. The `lcov.info` file contains paths which are based on the Docker...
Vscode team have now deprecated https://github.com/microsoft/vscode/issues/62630 `vscode.previewHtml`, which is now causing the extension to not work when you wish to view the HTML Preview: >> ERR command 'vscode.previewHtml' not found:...