diff --git a/.vscode/launch.json b/.vscode/launch.json index 3548c6da788d7..13c32cd994c9d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,7 +20,9 @@ "type": "node", "env": { // "N8N_PORT": "5679", - } + }, + "outputCapture": "std", + "killBehavior": "polite" }, { "name": "Debug CLI tests",