From 62ca093b75329f5d11d67b425ba0efd22649a3c8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 21:22:03 +0300 Subject: make phpstan & watcher happy, stop running phpstan on vendor/ --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0039fef88..69fd3f3f4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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, -- cgit v1.2.3