mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00: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:
committed by
GitHub
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user