diff --git a/.vscode/tasks.json b/.vscode/tasks.json index da2850e..7719266 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": [] } ] }