提交 8cf6ff05 编写于 作者: B Benjamin Pasero

Hover on a file name in explorer should display file name (fixes #5581)

上级 b2b2cb0f
......@@ -285,7 +285,7 @@ export class FileRenderer extends ActionsRenderer implements IRenderer {
let editableData: IEditableData = this.state.getEditableData(stat);
if (!editableData) {
let label = $('.explorer-item-label').appendTo(item);
$('a.plain').text(stat.name).appendTo(label);
$('a.plain').text(stat.name).title(stat.resource.fsPath).appendTo(label);
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册