mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
chore: Change killBehavior to forceful in launch.json (no-changelog) (#22445)
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user