提交 53e57b5e 编写于 作者: I isidor

longTitle should be absolute

fixes #56550
上级 56b97b1d
......@@ -175,7 +175,7 @@ export class FileEditorInput extends EditorInput implements IFileEditorInput {
@memoize
private get longTitle(): string {
return this.uriLabelService.getLabel(this.resource, true);
return this.uriLabelService.getLabel(this.resource);
}
getTitle(verbosity: Verbosity): string {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册