{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "Check LaTeX References",
      "type": "shell",
      "command": "./check_latex_refs.sh",
      "args": ["${file}"],
      "problemMatcher": [],
      "presentation": {
        "reveal": "always",
        "panel": "new"
      }
    }
  ]
}
