{
	"version": "0.2.0",
	"configurations": [
		{
			"type": "node",
			"request": "attach",
			"name": "Attach to Process",
			"port": 5858,
			"restart": true,
			"protocol": "inspector"
		}
	]
}
