Reportgenerator: Problems using dark themes with VSCode with the generated report

Created on 31 Jul 2020  路  6Comments  路  Source: danielpalme/ReportGenerator

I am experienced a weird behavior using dark themes in VSCode. Is hard to read the report output inside the editor. Is there a workaround to fix this by not moving to a lighter theme?

reporter_dark_themes

enhancement

All 6 comments

Are you using a plugin to show the HTML page in VSCode?

Hi, I am using the Coverage Gutters plugin and using the option to show the coverage report inside VSCode.

I am using the report tool with the next arguments:
reportgenerator "-reports:coverage/lcov.info" "-reporttypes:HTMLInline;Badges" "-targetdir:coverage/report"

I notice if I change the VSCode themes to lighter colors, the report output result colors became easier to distinguish.

Will look into it.

Thanks

Release 4.6.3 of ReportGenerator fixes this issue (should be available within a few minutes).

By the way: If you prefer a dark theme for your report, try "-reporttypes:HtmlInline_AzurePipelines_Dark;Badges"instead of"-reporttypes:HTMLInline;Badges"`

The enhancement is working now with Coverage Gutters with VSCode dark themes. Should I close the issue, or you will be doing that?

Thanks for the info about generating dark report theme.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dotnetjunkie picture dotnetjunkie  路  3Comments

Thilas picture Thilas  路  4Comments

Sebastriani picture Sebastriani  路  7Comments

diegoibellini picture diegoibellini  路  7Comments

stephentoub picture stephentoub  路  6Comments