提交 34928ddb 编写于 作者: I isidor

fixes #101434

上级 81ca3c25
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册