SanderRonde / phpstan-vscode

PHPStan plugin for VSCode
https://marketplace.visualstudio.com/items?itemName=SanderRonde.phpstan-vscode
MIT License
40 stars 9 forks source link

Extension not working on Windows #4

Closed Blasio closed 2 years ago

Blasio commented 2 years ago

Extension is not working in VSCode on Windows. PHPStan is started and reports issues found during analysis, but extension log shows no errors. At a guess issue is caused by the split on colon in OutputParser since PHPStan output on windows will include a colon in the file path which the parser does not seem to cater for.

E.g. C:\Projects\WebApp\view1_DoAction.php:95:Variable $genericError might not be defined.

SanderRonde commented 2 years ago

Thanks for the bug report!