-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
This is a workaround for me. Open the command palette ( |
Beta Was this translation helpful? Give feedback.
-
make a separate folder of scope files and open command pallet and run solidity metrics for entire workspace. It will give report for only file which are in scope as you made a separate file |
Beta Was this translation helpful? Give feedback.
This is a workaround for me. Open the command palette (
ctrl + shift + P
), then typeSolidity Metric: report metrics for all open workspaces
. However, this action will give you the report for almost all of the.sol
files in your local repo, e.g., insidesrc
andscript
folders if you use Foundry.