Skip to content

Commit

Permalink
Update specification.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Fußenegger <mfussenegger@users.noreply.github.com>
  • Loading branch information
roblourens and mfussenegger authored Oct 20, 2022
1 parent efd6275 commit c2ac1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ interface RunInTerminalResponse extends Response {

This request is sent from the debug adapter to the client to start a new debug session of the same type as the caller.

This event should only be sent if the corresponding client capability `supportsStartDebuggingRequest` is true.
This request should only be sent if the corresponding client capability `supportsStartDebuggingRequest` is true.

A client implementation of `startDebugging` should start a new debug session (of the same type as the caller) in the same way that the caller's session was started. If the client supports hierarchical debug sessions, the newly created session can be treated as a child of the caller session.

Expand Down

0 comments on commit c2ac1bf

Please sign in to comment.