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:
कारतोफ्फेलस्क्रिप्ट™
2022-12-14 11:59:06 +01:00
committed by GitHub
parent 69e9bf082b
commit 8675b45e43

4
.vscode/launch.json vendored
View File

@@ -20,7 +20,9 @@
"type": "node",
"env": {
// "N8N_PORT": "5679",
}
},
"outputCapture": "std",
"killBehavior": "polite"
},
{
"name": "Debug CLI tests",