Skip to content

Commit

Permalink
fix: Improve VSCode debugging setup (no-changelog) (#4922)
Browse files Browse the repository at this point in the history
* gracefully shutdown n8n while debugging in vscode

* capture stdout/stderr in vscode debugging instead of just the console.logs
  • Loading branch information
netroy authored Dec 14, 2022
1 parent 69e9bf0 commit 8675b45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"type": "node",
"env": {
// "N8N_PORT": "5679",
}
},
"outputCapture": "std",
"killBehavior": "polite"
},
{
"name": "Debug CLI tests",
Expand Down

0 comments on commit 8675b45

Please sign in to comment.