There might be something wrong with our settings.
If i put an error in some file, by calling a random not-existing function the error shows up in the problems panel.
However, when i close the file the error disappears.
Any idea what settings might be worth looking into?
This is our settings.json:
{
"files.exclude": {
"/node_modules": true,
},
"files.watcherExclude": {
"/.git/objects/": true,
"/.git/subtree-cache/": true,
"/node_modules//": true,
},
"php.version": "8.2.1",
"php.problems.exclude" : {
"/shared/vendor/**" : true,
"/": [410]
},
"php.stubs": [
"",
"imagick",
"gmp"
],
"editor.codeLens": false
}