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:
parent
6e64628858
commit
526faf287d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue