Installed product versions
- Microsoft Visual Studio Professional 2022 17.10.4 (C++)
- This extension: 1.1.223
Description
Fine Code Coverage view shows line coverage of my C++ files.
When I click a file in the coverage report, visual studio opens the file but it does not highlight the lines covered/ not covered in any way.
Steps to recreate
- Install the Fine Code Coverage extension
- Apply Ms code coverage
- Run unittests
- Open Fine Code Coverage report
- Click on a file with some coverage
- None of the lines in the file are highlighted

Current behavior
Files shows line coverage information in Fine Code Coverage report, but none of the files highlights coverage information when opening a file.
Expected behavior
Opening a file should highlight the coverage information available in the file.
Installed product versions
Description
Fine Code Coverage view shows line coverage of my C++ files.
When I click a file in the coverage report, visual studio opens the file but it does not highlight the lines covered/ not covered in any way.
Steps to recreate
Current behavior
Files shows line coverage information in Fine Code Coverage report, but none of the files highlights coverage information when opening a file.
Expected behavior
Opening a file should highlight the coverage information available in the file.