TimHuey

Results 7 comments of TimHuey

Same error... Ubuntu 20.04 PHP 8.0.2 Apache2 disabled Valet running 2.2.19 VSCode fresh install PHP Language Server: CRITICAL Error: Call to undefined method Microsoft\PhpParser\MissingToken::getResolvedName() in /home/tim/.vscode/extensions/felixfbecker.php-intellisense-2.3.14/vendor/felixfbecker/language-server/src/DefinitionResolver.php:1033

I wonder if uninstalling valet and enabling Apache2 would fix the problem.

> In my case, running composer update inside the extension folder solve the problem :) > > ``` > cd ~/.vscode/extensions/felixfbecker.php-intellisense-2.3.14/ > > composer update > ``` That seems to...

I don't want to > In my case, running composer update inside the extension folder solve the problem :) > > ``` > cd ~/.vscode/extensions/felixfbecker.php-intellisense-2.3.14/ > > composer update >...

Believe it or not just let it go for about 15 to 20 mins it eventually stops and then it works with no more crashing. That's totally what happens when...

So this was opened on Jun 11th and there is no one assigned to it yet. What time frame should a response be expected for posted issues? Is this area...

Turns out it looks like the periods in the directory com.docker.devenvironments.code is the culprit. If you use a directory without the periods in the name it resolves correctly. Now I...