Open php4fan opened 2 months ago
After a couple of minutes and having done nothing, it's working again
Interesting; thank you for reporting that.
It seems VSCode did not register our custom commands soon enough, causing this kind of issue. I'll take a look if we can handle the command registration sooner.
VSCode may remember Code Lenses from a previous session, and it shows that even before our language server started. That would cause the problem.
When this happen, do you know if PHP Language Server is started already?
I clicked on "3 references" above a function definition and got this error:
and of course it fails to find the references.