{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "dev_xxx_system_name_xxx",
            "type": "shell",
            "command": "cd ${workspaceFolder}/system/dev_xxx_system_name_xxx && sh ./dev_frontend.sh",
            "presentation": {
                "reveal": "always",
                "panel": "new",
                "echo": true
            },
            "problemMatcher": []
        }
    ]
}