docs: Add a missing comma in Rust debugging JSON (#36007)

Update the Rust debugging doc to include a missing comma in one of the
example JSON's.
This commit is contained in:
Matt 2025-08-11 22:06:02 -05:00 committed by GitHub
parent add67bde43
commit b35e69692d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -326,7 +326,7 @@ When you use `cargo build` or `cargo test` as the build command, Zed can infer t
[ [
{ {
"label": "Build & Debug native binary", "label": "Build & Debug native binary",
"adapter": "CodeLLDB" "adapter": "CodeLLDB",
"build": { "build": {
"command": "cargo", "command": "cargo",
"args": ["build"] "args": ["build"]