mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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",
|
"type": "node",
|
||||||
"env": {
|
"env": {
|
||||||
// "N8N_PORT": "5679",
|
// "N8N_PORT": "5679",
|
||||||
}
|
},
|
||||||
|
"outputCapture": "std",
|
||||||
|
"killBehavior": "polite"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug CLI tests",
|
"name": "Debug CLI tests",
|
||||||
|
|
Loading…
Reference in a new issue