----------------------------------------------------------------
16 lines
339 B
JSON
16 lines
339 B
JSON
[
|
|
{
|
|
"label": "Debug BotServer",
|
|
"build": {
|
|
"command": "rm -rf .env ./botserver-stack && cargo",
|
|
"args": ["build"]
|
|
},
|
|
"program": "$ZED_WORKTREE_ROOT/target/debug/botserver",
|
|
"env": {
|
|
"RUST_LOG": "trace"
|
|
},
|
|
"sourceLanguages": ["rust"],
|
|
"request": "launch",
|
|
"adapter": "CodeLLDB"
|
|
}
|
|
]
|