{
  "version": "2.0.0",
  "tasks": [
    {
      "type": "npm",
      "script": "test:watch",
      "isBackground": true,
      "presentation": {
        "echo": false,
        "reveal": "always",
        "focus": false,
        "panel": "dedicated"
      },
      "group": {
        "kind": "test",
        "isDefault": true
      },
      "promptOnClose": false,
      "problemMatcher": {
        "fileLocation": [
          "relative",
          "${workspaceRoot}/src"
        ],
        "background": {
          "beginsPattern": "tsc-then: Running",
          "endsPattern": "tsc-then: command finished"
        },
        "pattern": [
          {
            "regexp": "^  (\\d+)\\) ((\\w+).*)",
            "message": 2,
            "file": 3,
            "line": 1,
            "column": 1
          }
        ],
        "applyTo": "allDocuments",
        "severity": "error"
      }
    }
  ]
}
