ci: define problem matcher for tasks
This commit is contained in:
parent
b6c24b524e
commit
03cfda223e
|
|
@ -6,7 +6,8 @@
|
|||
{
|
||||
"label": "Start dev server",
|
||||
"type": "shell",
|
||||
"command": "browser-sync start --server build/ --watch"
|
||||
"command": "browser-sync start --server build/ --watch",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Build",
|
||||
|
|
@ -17,7 +18,8 @@
|
|||
{
|
||||
"label": "Extract localization messages",
|
||||
"type": "shell",
|
||||
"command": "nox -R -s extract_messages"
|
||||
"command": "nox -R -s extract_messages",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue