docs: Add a missing "," in the C/C++ debugger configuration (#35098)

Release Notes:

- N/A
This commit is contained in:
Haojian Wu 2025-07-25 18:14:44 +02:00 committed by GitHub
parent abb3ed1ed1
commit 993d5753d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ You can use CodeLLDB or GDB to debug native binaries. (Make sure that your build
"command": "make",
"args": ["-j8"],
"cwd": "$ZED_WORKTREE_ROOT"
}
},
"program": "$ZED_WORKTREE_ROOT/build/prog",
"request": "launch",
"adapter": "CodeLLDB"

View file

@ -127,7 +127,7 @@ You can use CodeLLDB or GDB to debug native binaries. (Make sure that your build
"command": "make",
"args": ["-j8"],
"cwd": "$ZED_WORKTREE_ROOT"
}
},
"program": "$ZED_WORKTREE_ROOT/build/prog",
"request": "launch",
"adapter": "CodeLLDB"