JakubMisek I have 20 repositories (for 20 entities) that extend my BaseRepository.
- The problem is not mentioned on all of these 20 repositories. It is mentioned in one or a few.
- Every session the problem is mentioned in other repositories, seemingly random chosen.
- The problems occur not after opened vscode, but after changing the source file (somewhere else)
- Every problem is mentioned twice in the PROBLEMS frame at the bottom of vscode
- One of these two directs to a locked version of the file. It could not be a cached file, because I have this in my settings.json:
"php.problems.exclude" : {
"vendor/": true,
"var/cache/": true
},
In this screenshot you can see most of my statements from above:

By the way, for me urgency is low of course, it does not interfere with any work at all.