php-language-server
php-language-server copied to clipboard
Allow file parsing output to be muted or disabled
After this language server is installed, every now and then, a log will pop out of nowhere. It typically begins with this:
DEBUG Checking PHPLS_ALLOW_XDEBUG
DEBUG The xdebug extension is not loaded
[Info - 9:51:14 AM] 47328 files total
[Info - 9:51:14 AM] Indexing project for definitions and static references
As you can see, my project has more than 47,000 PHP files. I don't need this amount of detail to appear while I work and take half of my VS Code windowβs space.
Is there a way to turn it off already? I can't seem to find any setting for such in the preferences. If there isn't a toggle for this output, I would love to have one.
Come across same problem and its really annoying that I can't even close the Output window to do something else. Everytime I close, or switch to another window (e.g its integrated terminal) or whatever, the Output window keep popups.
I need feature too, Thanks !