Open jca opened 6 years ago
Should be fixed in v0.1.8
Thanks Calvin for looking into it, but the bug is still present for me in v0.1.8 VS Code version v1.24.11 Running on Mac OS High Sierra
Reopened, I'll look into this. Does the excludeFiles option not work when opening the ignored file or when scanning the whole directory (PHPStan Scan of Errors command)?
Sorry, this morning I can't execute phpstan on my host system (Mac OSX) and I don't have the time to fix this unrelated issue. When phpstan worked, the error showed directly in the "problems" bottom tab. The parent folder in the filesystem tab was shown in red.
Any news? Still having this issue with the latest version.
"phpstan.excludeFiles": ["*Test.php"]
Problems are shown when the file is being saved.
Files/folders added either to "files.exclude" and "phpstan.excludeFiles" should be excluded from phpstan checks as well, but it is not the case for me. The folders are already excluded in "files.exclude" successfully, but errors pop-up from the extension, even when the phpstan.excludeFiles option is set.
This is happens MAC OSX