2020-09-17 10:30:52 +00:00
|
|
|
{
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
2022-07-31 06:39:56 +00:00
|
|
|
{
|
|
|
|
"type": "shell",
|
2023-10-20 18:22:03 +00:00
|
|
|
"label": "phpstan (watcher)",
|
2022-07-31 06:49:09 +00:00
|
|
|
"isBackground": true,
|
2022-07-31 06:39:56 +00:00
|
|
|
"problemMatcher": {
|
|
|
|
"fileLocation": ["relative", "${workspaceRoot}"],
|
2023-10-20 18:22:03 +00:00
|
|
|
"owner": "phpstan-watcher",
|
2022-07-31 06:39:56 +00:00
|
|
|
"pattern": {
|
|
|
|
"regexp": "^/app/(.*?):([0-9\\?]*):(.*)$",
|
|
|
|
"file": 1,
|
|
|
|
"line": 2,
|
|
|
|
"message": 3
|
2022-07-31 06:49:09 +00:00
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"activeOnStart": true,
|
|
|
|
"beginsPattern": "Using configuration file",
|
|
|
|
"endsPattern": "All done"
|
|
|
|
|
2022-07-31 06:39:56 +00:00
|
|
|
}
|
|
|
|
},
|
2023-10-24 14:50:00 +00:00
|
|
|
"command": "chmod +x ${workspaceRoot}/utils/phpstan-watcher.sh && ${workspaceRoot}/utils/phpstan-watcher.sh",
|
2022-07-31 06:39:56 +00:00
|
|
|
},
|
2020-09-17 10:30:52 +00:00
|
|
|
{
|
|
|
|
"type": "gulp",
|
|
|
|
"task": "default",
|
|
|
|
"problemMatcher": [],
|
2022-06-05 08:23:01 +00:00
|
|
|
"label": "gulp: default",
|
|
|
|
"options": {
|
|
|
|
"env": {
|
|
|
|
"PATH": "${env:PATH}:/usr/lib/sdk/node16/bin/"
|
|
|
|
}
|
|
|
|
}
|
2020-09-17 10:30:52 +00:00
|
|
|
}
|
|
|
|
]
|
2022-06-05 08:23:01 +00:00
|
|
|
}
|