Files
LaodingBot/.vscode/tasks.json

12 lines
302 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Kill Stale LaodingBot Debug Processes",
"type": "shell",
"command": "pkill -f '/LaodingBot/cmd/bot/__debug_bin|dlv.*LaodingBot/cmd/bot|dlv dap' || true",
"problemMatcher": []
}
]
}