This commit is contained in:
Johannes Rieken 2018-11-16 16:00:00 +01:00
parent 0ac0c45b29
commit 460166a294

View file

@ -183,6 +183,7 @@ export class BreadcrumbsControl {
this._cfUseQuickPick = BreadcrumbsConfig.UseQuickPick.bindTo(_configurationService);
this._disposables.push(breadcrumbsService.register(this._editorGroup.id, this._widget));
this._disposables.push(_fileService.onDidChangeFileSystemProviderRegistrations(this.update, this));
}
dispose(): void {