Skip to content

Commit

Permalink
fixes #101434
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Jul 1, 2020
1 parent 81ca3c2 commit 34928dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -830,10 +830,9 @@ declare module 'vscode' {
noDebug?: boolean;

/**
* Controls if the debug session created will be compacted with the parent in the CALL STACK view.
* Compact with the parent is only done if the session is the only child of it's parent session.
* Default is to compact.
*
* Controls if the debug session's parent session is shown in the CALL STACK view even if it has only a single child.
* By default, debug sessions with a single child are hidden in the CALL STACK view to make the tree more compact.
* If noCompact is true, then the debug session will never hide its parent.
*/
noCompact?: boolean;
}
Expand Down

0 comments on commit 34928dd

Please sign in to comment.