diff --git a/docs/src/debugger.md b/docs/src/debugger.md index 95a14879c71972c848c7a6d585e35adac189d80f..a439de7e737a4b3935a9edcf99cfc4a22abe1535 100644 --- a/docs/src/debugger.md +++ b/docs/src/debugger.md @@ -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