提交 1ba7f5d6 编写于 作者: I isidor

update explorer title on change workspace name

fixes #30991
上级 5fa0f6a1
......@@ -66,7 +66,7 @@ export class ExplorerViewlet extends ComposedViewsViewlet {
this.registerViews();
this.onConfigurationUpdated();
this._register(this.configurationService.onDidUpdateConfiguration(e => this.onConfigurationUpdated()));
this._register(this.contextService.onDidChangeWorkspaceRoots(e => this.updateTitleArea()));
this._register(this.contextService.onDidChangeWorkspaceName(e => this.updateTitleArea()));
}
public create(parent: Builder): TPromise<void> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册