From a6df35dae8dc23574238c4c4b5754678b415e9c4 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Tue, 14 Oct 2025 15:57:17 -0300 Subject: [PATCH] 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 --- .zed/debug.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",