提交 8b6f9e64 编写于 作者: I isidor

use view.name

上级 833884ae
......@@ -122,7 +122,7 @@ export class ExplorerView extends CollapsibleView {
const titleDiv = $('div.title').appendTo(container);
const setHeader = () => {
const title = this.contextService.getWorkspace2().roots.map(root => labels.getPathLabel(root.fsPath, void 0, this.environmentService)).join();
$('span').text(this.contextService.getWorkspace2().name).title(title).appendTo(titleDiv);
$('span').text(this.name).title(title).appendTo(titleDiv);
};
this.toDispose.push(this.contextService.onDidChangeWorkspaceRoots(() => setHeader()));
setHeader();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册