{ "version": "0.2.0", "configurations": [ { "name": "Attach to running n8n", "processId": "${command:PickProcess}", "request": "attach", "skipFiles": ["/**"], "type": "node" } ] }