Hi Jakub,
Is there a way to exclude the specified dirs under php.problems.exclude
(or a similar setting) not only from checking for problems but from parsing in general? I have a workflow where I copy all my code to a build
dir for packaging. The problem is that PHP Tools then finds references in these files as well, which is of course not desirable.
I don't want to exclude the build
dir from my workspace in general (templating is also involved and I want to be able to open these files within VSCode) even though that would work otherwise. I want to have the copied files around for the same reason, so cleaning up after build does not work either.
Thanks,
Gabor