Skip to content

Support grouping in output events #96

Closed
@weinand

Description

@weinand

A proposal for supporting "groups" in DAP output events:

A new optional enum property group is added to the Output event with these values:

  • start: start a new group in expanded mode. Subsequent Output events are members of the group and should be shown indented. The output attribute becomes the name of the group and is not indented.
  • startCollapsed: start a new group in collapsed mode. Subsequent Output events are members of the group and should be shown indented (as soon as the group is expanded). The output attribute becomes the name of the group and is not indented.
  • end: end the current group and decreases the indentation of subsequent Output events. A non empty output attribute is shown as the unindented end of the group.

See microsoft/vscode#34981

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions