Sarrus1 / sourcepawn-studio

VSCode extension for SourcePawn scripting
https://sarrus1.github.io/sourcepawn-studio/
MIT License
140 stars 22 forks source link

Possible infinite loop with include circular loops #342

Closed Sarrus1 closed 11 months ago

Sarrus1 commented 11 months ago

With two files a and b, if a includes b and b includes a, any gotodefinition request from either of them will fail.