{
  "version": "0.2.0",
  "diagnosticLogging": true,
  "configurations": [
    {
      "name": "Launch Scratchpad",
      "type": "node",
      "request": "launch",
      "cwd": "${workspaceFolder}",
      "runtimeExecutable": "npm",
      "runtimeArgs": [
        "run", "scratch"
    ],
    "port": 9229

    },
    {
      "name": "Attach to Process",
      "type": "node",
      "request": "attach",
      "port": 20231
    }
  ]
}