.vscode/launch.json

Summary

Maintainability
Test Coverage
{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "test",
      "runtimeExecutable": "npm",
      "runtimeArgs": ["test"],
      "port": 5858,
      "cwd": "${workspaceRoot}"
    }
  ]
}