php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

Allow file parsing output to be muted or disabled

Open remino opened this issue 6 years ago β€’ 2 comments
trafficstars

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.

remino avatar Jan 07 '19 01:01 remino

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.

feryardiant avatar Sep 24 '19 20:09 feryardiant

I need feature too, Thanks !

hoangnamitc avatar Sep 27 '19 04:09 hoangnamitc