Skip to content

fix(ruby): inject request types for debug requests - #325

Merged
vitallium merged 1 commit into
mainfrom
vs/dap-include-request-scenario
Sep 9, 2026
Merged

fix(ruby): inject request types for debug requests#325
vitallium merged 1 commit into
mainfrom
vs/dap-include-request-scenario

Conversation

@vitallium

Copy link
Copy Markdown
Collaborator

Scenarios created from Zed's new debug session dialog omit the request field when converted to an rdbg configuration. The adapter later rejects that configuration because it cannot determine whether to launch or attach.

Include the corresponding launch or attach request in generated scenarios so both flows reach the correct rdbg path.

Closes #324

Scenarios created from Zed's new debug session dialog omit the
`request` field when converted to an rdbg configuration. The adapter
later rejects that configuration because it cannot determine whether
to launch or attach.

Include the corresponding `launch` or `attach` request in generated
scenarios so both flows reach the correct rdbg path.

Closes #324
@cla-bot cla-bot Bot added the cla-signed label Sep 8, 2026
@vitallium
vitallium merged commit da58cd9 into main Sep 9, 2026
11 checks passed
@vitallium
vitallium deleted the vs/dap-include-request-scenario branch September 9, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Attaching with "rdbg" fails

1 participant