mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix: Improve VSCode debugging setup (no-changelog) (#4922)
* gracefully shutdown n8n while debugging in vscode * capture stdout/stderr in vscode debugging instead of just the console.logs
This commit is contained in:
parent
69e9bf082b
commit
8675b45e43
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -20,7 +20,9 @@
|
|||
"type": "node",
|
||||
"env": {
|
||||
// "N8N_PORT": "5679",
|
||||
}
|
||||
},
|
||||
"outputCapture": "std",
|
||||
"killBehavior": "polite"
|
||||
},
|
||||
{
|
||||
"name": "Debug CLI tests",
|
||||
|
|
Loading…
Reference in a new issue