Investigate the vscode apis for displaying line by line coverage inline and use them to support solidity-coverage.
Solidity coverage is a hardhat extension. We should determine from config whether it is enabled for a project.
I am unsure when coverage calculation should be generated. Perhaps we monitor for changes in the output file? Or add a run coverage task if it is detected in hh config and then process its output.
Investigate the vscode apis for displaying line by line coverage inline and use them to support solidity-coverage.
Solidity coverage is a hardhat extension. We should determine from config whether it is enabled for a project.
I am unsure when coverage calculation should be generated. Perhaps we monitor for changes in the output file? Or add a run coverage task if it is detected in hh config and then process its output.