diff --git a/.zed/debug.json b/.zed/debug.json index 9254d7c0..dde52977 100644 --- a/.zed/debug.json +++ b/.zed/debug.json @@ -1,9 +1,9 @@ [ { - "label": "Build & Debug native binary", + "label": "Debug BotServer", "build": { "command": "cargo", - "args": ["build"] + "args": ["run"] }, "program": "$ZED_WORKTREE_ROOT/target/debug/botserver",