I'm working on some projects where inside the main project I also have some packages source code.
These packages have their phpstan.neon referencing some vendor/xxx, but vendor doesn't exist because only the root project has vendor folder.
When I save the extension check all the projects and stops at the first error, so if it first check one of the packages it just stops.
Is it possibile to add an option to just scan current project on save? Or don't stop on first error.