vscode-lcov
vscode-lcov copied to clipboard
Substitute deprecated command 'vscode.previewHtml' by the newer Webvi…
…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 report (until further rework)
Signed-off-by: Serge Lamikhov-Center [email protected]
Hi Alexandru, Thank you for the great VSCode plugin!
'vscode.previewHtml' command was deprecated for a while and LCOV Coverage Report does not work with the VSCode versions higher than 1.32. Therefore, I tried to implement the report based on the recommended substitution - Webview.
@alexdima Apart from the necessary rebase (dropping the already adjusted package.json - @serge1 could you please do that?) this looks important. Any reason to not pull that in?