提交 40921e09 编写于 作者: I isidor

Do not expand session tree node when selecting it

fixes #79184
上级 790cb4e2
...@@ -144,7 +144,8 @@ export class CallStackView extends ViewletPanel { ...@@ -144,7 +144,8 @@ export class CallStackView extends ViewletPanel {
return nls.localize('showMoreStackFrames2', "Show More Stack Frames"); return nls.localize('showMoreStackFrames2', "Show More Stack Frames");
} }
} },
expandOnlyOnTwistieClick: true
}); });
this.tree.setInput(this.debugService.getModel()).then(undefined, onUnexpectedError); this.tree.setInput(this.debugService.getModel()).then(undefined, onUnexpectedError);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册