Files
n8n-nodes-gwezz-changdunovel/.vscode/launch.json
2025-10-26 23:10:15 +08:00

13 lines
218 B
JSON

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