chore: Change killBehavior to forceful in launch.json (no-changelog) (#22445)

This commit is contained in:
yehorkardash
2025-12-01 08:15:52 +01:00
committed by GitHub
parent ccd974ea22
commit 1a25dba85e

6
.vscode/launch.json vendored
View File

@@ -26,15 +26,11 @@
"name": "Launch n8n with debug",
"program": "${workspaceFolder}/packages/cli/bin/n8n",
"cwd": "${workspaceFolder}/packages/cli/bin",
// "args": ["start", "--tunnel"],
"request": "launch",
"skipFiles": ["<node_internals>/**"],
"type": "node",
"env": {
// "N8N_PORT": "5679",
},
"outputCapture": "std",
"killBehavior": "polite"
"killBehavior": "forceful"
},
{
"name": "Launch n8n CLI dev with debug",