提交 73065012 编写于 作者: J Joao Moreno

add title to git changes

fixes #6271
上级 11b139d1
......@@ -364,6 +364,7 @@ export class Renderer implements tree.IRenderer {
}
data.name.textContent = rename || name;
data.name.title = renamePath || path;
data.folder.textContent = toReadablePath(renameFolder || folder);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册