SanderRonde / phpstan-vscode

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

Config File Paths are not respected #43

Closed HighLiuk closed 9 months ago

HighLiuk commented 9 months ago

This is my phpstan.neon file:

parameters:
  level: 8
  paths:
    - src
    - tests

but the paths are not respected. For instance, I have a examples folder that is sibling to src, and this is not skipped. But the most annoying part is when you open a file inside vendor, and everything is covered with squiggly lines. But vendor is not in the paths. Is this intended?

SanderRonde commented 9 months ago

This is indeed not what the extension should do. Just recently another issue was opened that named the same issue (#41) so I'll close this one and move the discussion to there instead. Will fix soon!