{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "PHP: Run",
      "type": "shell",
      "command": "php",
      "args": [
        "${file}"
      ],
      "group": "build"
    }
  ]
}