{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "chrome",
      "request": "attach",
      "name": "Attach to Remote",
      "address": "localhost",
      "port": 9222,
      "localRoot": "${workspaceRoot}"
    }
  ]
}
