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 22:48:47 +00:00
committed by GitHub
parent 6e64628858
commit 526faf287d
+2 -2
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:
```json
{
[
{
"adapter": "Ruby",
"label": "Run CLI",
@@ -396,7 +396,7 @@ The configuration should look like this:
// "env": {}
// "cwd": ""
}
}
]
```
## Breakpoints