{
	"version": "0.0.1",
	"configurations": [
		{
			"type": "node",
			"request": "launch",
			"name": "Launch Program",
			"program": "/usr/local/bin/node-red"
		},
		{
			"type": "node",
			"request": "attach",
			"name": "Attach to Process",
			"processId": "${command:PickProcess}"
		}
	]
}