breeze2 / vscode-phpstan

Visual Studio Code extension working with phpstan
MIT License
22 stars 8 forks source link

Doesn't run in Windows; no debug information #21

Open codigoergosum opened 3 years ago

codigoergosum commented 3 years ago

After installing phpstan with: composer global require phpstan/phpstan

I open a file, select the available F1 option "PhpStan: Lint this file" Right hand side of status bar says "[phpstan] failed" No information in any debug window. Running phpstan from the command line works.

phpstan -V PHPStan - PHP Static Analysis Tool 0.12.64

I'm not sure where to turn to debug this.

palansher commented 3 years ago

confirm, the same issue

But once I saw analysis output. After a couple of hours, it stopped working, without any changes of configuration...