Solidity Metrics extension shows “No valid Solidity source files found” #376
Unanswered
ayushmann79
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I have only used the tool with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve installed the Solidity Metrics extension in VSCodium, but whenever I try to run it, I get the error:
No valid Solidity source files found.
My setup:
Editor: VSCodium (latest version)
Extension version: latest
What I tried:
Opened the root project folder in VSCodium (not just the src folder)
Verified .sol files exist and compile without errors (using Foundry/Hardhat)
Restarted the editor after changing settings.json
Tried both src//*.sol and contracts//*.sol in the setting
Still, the extension shows the same “No valid Solidity source files found” message.
Question:
Is there something I’m missing in the configuration?
Does the extension work with VSCodium + Microsoft Marketplace enabled, or is it only tested on VS Code?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions