From 079ddfb9e893d0473971e3647949f2e692a14abe Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Tue, 27 Nov 2018 11:29:51 +0100 Subject: [PATCH] Revert "fix #63216" This reverts commit 460166a29486d93051b4ba7ccb41bbe2048144ab. --- src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts b/src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts index cde62d61478..ab096bf28c5 100644 --- a/src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts +++ b/src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts @@ -183,7 +183,6 @@ 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 {