提交 95fa0209 编写于 作者: I isidor

callStack: use parent label for compressed callstack computation

#99736
上级 09f3bb1d
......@@ -507,7 +507,7 @@ class SessionsRenderer implements ICompressibleTreeRenderer<IDebugSession, Fuzzy
renderCompressedElements(node: ITreeNode<ICompressedTreeNode<IDebugSession>, FuzzyScore>, index: number, templateData: ISessionTemplateData, height: number | undefined): void {
const lastElement = node.element.elements[node.element.elements.length - 1];
const matches = createMatches(node.filterData);
const label = node.element.elements.map(e => e.getLabel()).join(' ');
const label = node.element.elements[0].getLabel();
this.doRenderElement(lastElement, label, matches, templateData);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册