{
"version": "2.0.0",
"tasks": [
"label": "Run watch",
"type": "shell",
"command": "make serve",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]