docs: Ruby debug configuration should be an array (#32991)

Closes #ISSUE

Small correction for something I noticed while setting up the debugger
today.

Release Notes:

- N/A
This commit is contained in:
Jeff Bonhag 2025-06-18 18:48:47 -04:00 committed by GitHub
parent 6e64628858
commit 526faf287d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -383,7 +383,7 @@ To run a ruby task in the debugger, you will need to configure it in the `.zed/d
The configuration should look like this: The configuration should look like this:
```json ```json
{ [
{ {
"adapter": "Ruby", "adapter": "Ruby",
"label": "Run CLI", "label": "Run CLI",
@ -396,7 +396,7 @@ The configuration should look like this:
// "env": {} // "env": {}
// "cwd": "" // "cwd": ""
} }
} ]
``` ```
## Breakpoints ## Breakpoints