You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now support console grouping in vscode. @connor4312 as you suggested you can first implement this in node @weinand you can either test with mock debug or test Connor's implementaiton once he has done it.
Verify:
When a new group is started the name and collapse state are respected
All subsequent output is part of that group
You can have nested groups
Ending a group ends the last opened group. If there are nested group, the outer groups are still open
The text was updated successfully, but these errors were encountered:
Refs: #34981
Complexity: 3
We now support console grouping in vscode.
@connor4312 as you suggested you can first implement this in node
@weinand you can either test with mock debug or test Connor's implementaiton once he has done it.
Verify:
The text was updated successfully, but these errors were encountered: