{
	"type": "node",
	"request": "attach",
	"name": "Attach",
	"port": 5858,
	"configurations": [
		{
			"name": "Attach to Chrome",
			"port": 9222,
			"request": "attach",
			"type": "chrome",
			"webRoot": "${workspaceFolder}"
		}
	]
}
