0xfoudy
0xfoudy
Are you working with Foundry? I am experiencing similar issues with Foundry, specially when i open a .t.sol and a .sol.
> Sadly no The project I'm currently working on is in an internal development stage, so I wont be able to share it, but I can give some general info:...
> @f-hannoun how many files / dependencies you have? Edit: Roughly .. I only have imported "forge-std/Test.sol"; and the contract i'm testing itself (very basic counter that is generated when...
> Any standard solution found for this? I have a foundry setup with Open Zeppelin contracts installed. On writing test and script files(.t.sol and .s.sol respectively), the intellisense is very...
Did you manage to solve the issue? I am facing a similar issue on a Mac M2, RecursionError: maximum recursion depth exceeded `--------------------------------------------------------------------------- RecursionError Traceback (most recent call last) Cell...
The error doesn't show when switching from Python 3.12.1 to Python 3.9.6
> Did you manage to sovle this? I have the same problem on Windows. I switched to python 3.9.6 to solve this