{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "Execute template",
      "type": "shell",
      "command": "npm",
      "args": ["run", "execute", "--", "--template-path=\"${file}\""],
      "group": {
        "kind": "test",
        "isDefault": true
      },
      "presentation": {
        "reveal": "always",
        "focus": true,
        "showReuseMessage": true
      }
    }
  ]
}
