提交 65a91480 编写于 作者: I isidor

fixes #94464

上级 6b52881f
......@@ -407,12 +407,12 @@ export class SCMAccessibilityProvider implements IListAccessibilityProvider<Tree
} else {
const result: string[] = [];
result.push(basename(element.sourceUri));
if (element.decorations.tooltip) {
result.push(element.decorations.tooltip);
}
result.push(basename(element.sourceUri));
const path = this.labelService.getUriLabel(dirname(element.sourceUri), { relative: true, noPrefix: true });
if (path) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册