Skip to content

Commit

Permalink
explorer: refresh on di change file system provider registration
Browse files Browse the repository at this point in the history
fixes #53256
  • Loading branch information
isidorn committed Jul 30, 2018
1 parent 1f7b140 commit deed7f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export class ExplorerView extends TreeViewsViewletPanel implements IExplorerView

this.disposables.push(this.contextService.onDidChangeWorkspaceFolders(e => this.refreshFromEvent(e.added)));
this.disposables.push(this.contextService.onDidChangeWorkbenchState(e => this.refreshFromEvent()));
this.disposables.push(this.fileService.onDidChangeFileSystemProviderRegistrations(() => this.refreshFromEvent()));
}

layoutBody(size: number): void {
Expand Down

0 comments on commit deed7f1

Please sign in to comment.