Switch debug to BotServer and use cargo run

- Change label from "Build & Debug native binary" to "Debug BotServer"
- Use cargo run instead of cargo build
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-10-14 15:57:17 -03:00
parent 37d8fab617
commit a6df35dae8

View file

@ -1,9 +1,9 @@
[ [
{ {
"label": "Build & Debug native binary", "label": "Debug BotServer",
"build": { "build": {
"command": "cargo", "command": "cargo",
"args": ["build"] "args": ["run"]
}, },
"program": "$ZED_WORKTREE_ROOT/target/debug/botserver", "program": "$ZED_WORKTREE_ROOT/target/debug/botserver",