Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions debugAdapterProtocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -849,13 +849,13 @@
"additionalProperties": true,
"description": "Arguments passed to the new debug session. The arguments must only contain properties understood by the `launch` or `attach` requests of the debug adapter and they must not contain any client-specific properties (e.g. `type`) or client-specific features (e.g. substitutable 'variables')."
},
"debugConsoleMode": {
"outputPresentation": {
"type": "string",
"enum": [
"separate",
"mergeWithParent"
],
"description": "Specifies if a new debug console window should be created or the output should be merged with the parent session's console."
"description": "Hints whether output of the child sessions should be presented separately or merged with that of the parent session's."
},
"request": {
"type": "string",
Expand Down