n8n-nodes-starter/.vscode/launch.json

13 lines
218 B
JSON
Raw Normal View History

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