提交 b597b6f5 编写于 作者: I isidor

explorer: update when saving a workspace from a single folder

fixes #35382
上级 bdbc992e
......@@ -165,6 +165,7 @@ export class ExplorerView extends ViewsViewletPanel {
this.disposables.push(this.themeService.onDidFileIconThemeChange(onFileIconThemeChange));
this.disposables.push(this.contextService.onDidChangeWorkspaceFolders(e => this.refreshFromEvent(e.added)));
this.disposables.push(this.contextService.onDidChangeWorkbenchState(e => this.refreshFromEvent(this.contextService.getWorkspace().folders)));
onFileIconThemeChange(this.themeService.getFileIconTheme());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册