UNPKG

node-red-contrib-indigo

Version:
17 lines 293 B
{ "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}" } ] }