提交 d5e86e79 编写于 作者: S Sandeep Somavarapu

Fix #62127

上级 92eedf89
......@@ -336,7 +336,8 @@ export class MarkersPanel extends Panel implements IMarkerFilterController {
filter: this.filter,
accessibilityProvider,
identityProvider,
dnd: new ResourceDragAndDrop(this.instantiationService)
dnd: new ResourceDragAndDrop(this.instantiationService),
expandOnlyOnTwistieClick: (e: TreeElement) => e instanceof Marker && e.relatedInformation.length > 0
}
) as any as WorkbenchObjectTree<TreeElement, FilterData>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册