bmewburn / vscode-intelephense

PHP intellisense for Visual Studio Code
https://intelephense.com
Other
1.61k stars 94 forks source link

Overloading system with infinite recursion #2803

Open hexmode opened 7 months ago

hexmode commented 7 months ago

I have a project (a MediaWiki extension) that has symlinks to another project (MediaWiki) that has symlinks back to the first project.

This is necessary in my personal setup, but intelephense still needs to be aware of the MediaWiki code when I'm writing an extension and a running MediaWiki needs to have awareness of extensions that it is using.

When I start up intelephense, it does not recognise that there is a possibility for inifinite recursion here and in begins scanning these projects over and over and over and over ...

OS: Debian linux npm: 9.2.0 node: v18.19.0 Intelephense: 1.10.2