Improve debug configuration.
All checks were successful
Linting and tests / Linting (push) Successful in 5s

This commit is contained in:
2025-09-15 17:22:59 +05:00
parent b787a2b22a
commit cc5d010204
5 changed files with 42 additions and 8 deletions

5
.vscode/launch.json vendored
View File

@@ -16,10 +16,11 @@
"substitutePath": [
{
"from": "${workspaceFolder}",
"to": "bunker"
"to": "/bunkerd/"
}
],
"preLaunchTask": "Run bunkerd debug build"
"preLaunchTask": "Run bunkerd debug build",
"postDebugTask": "Stop bunkerd debug build"
}
]
}