phpstan-vscode
phpstan-vscode copied to clipboard
Multiple PHPStan runs happening in parallel
I have a similar issue to this (https://github.com/swordev/phpstan-vscode/issues/11) when using this plugin.
I see many runs of PHPStan happening at the same time. Not sure if it's the same issue, but I don't see this issue on the command line.
I have max core usage for PHPStan set to 2 in my config:
parallel:
maximumNumberOfProcesses: 2
Using PHPStan v1.11.1
vendor/bin/phpstan --version
PHPStan - PHP Static Analysis Tool 1.11.1