make phpstan & watcher happy, stop running phpstan on vendor/

This commit is contained in:
Andrew Dolgov
2023-10-20 21:22:03 +03:00
parent cdd7ad020e
commit 62ca093b75
4 changed files with 8 additions and 16 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
"tasks": [
{
"type": "shell",
"label": "phpstan 8.1 (watcher)",
"label": "phpstan (watcher)",
"isBackground": true,
"problemMatcher": {
"fileLocation": ["relative", "${workspaceRoot}"],
"owner": "phpstan-watcher-8.1",
"owner": "phpstan-watcher",
"pattern": {
"regexp": "^/app/(.*?):([0-9\\?]*):(.*)$",
"file": 1,