-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source "xxx" not found hint #453
Comments
I have this error constantly. If I restart vs-code it disappears for a while but inevitably comes back. Any tips on how to get rid of it/disable this? |
This such a bother. hate it every day, much more than the stack too deep |
Same issue. |
Tried:
No success. |
Set "solidity.Monorepo" to false can resolve it. |
It works! Thank you, @BTBMan. Note that I had to use "solidity.monoRepoSupport". |
I think I am going to go back to solidity.momoRepoSupport = false as the default, as it affects simple test projects. |
How does this option solve the problem? |
It shows
Source "forge-std/Test.sol" not found: File import callback not supported
but if I click on it, it can jump to the target file with no problem.But the error hint is annoying and might as well deserve an issue here.
It can be reproduced by downloading this repo.
The text was updated successfully, but these errors were encountered: