summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 21:22:03 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 21:22:03 +0300
commit62ca093b75329f5d11d67b425ba0efd22649a3c8 (patch)
tree41044d77df3e02d40b47f2614bc8b70d957ebe8e /.vscode
parentcdd7ad020e165fe680703b6d3319b908b682fb7a (diff)
make phpstan & watcher happy, stop running phpstan on vendor/
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json4
1 files changed, 2 insertions, 2 deletions
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,