{
    "version": "0.2.0",
    "configurations": [
      {
        "name": "Mocha",
        "type": "node",
        "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
        "stopOnEntry": false,
        "cwd": "${workspaceRoot}/",
        "args": [],
        "runtimeExecutable": null,
        "env": {"NODE_ENV": "production"},
        "request": "launch"
      }
    ]
  }