Skip to content

Commit

Permalink
fix: restored breadcrumbs.enabled
Browse files Browse the repository at this point in the history
Ref: #1733
Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta committed Feb 15, 2023
1 parent 9ffe421 commit 88cd571
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arduino-ide-extension/src/browser/theia/core/tab-bars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ export class TabBarRenderer extends TheiaTabBarRenderer {
}

export class ToolbarAwareTabBar extends TheiaToolbarAwareTabBar {
protected override async updateBreadcrumbs(): Promise<void> {
// NOOP
// IDE2 does not use breadcrumbs.
}

private readonly doUpdateToolbar = debounce(() => super.updateToolbar(), 500);
protected override updateToolbar(): void {
// Unlike Theia, IDE2 debounces the toolbar updates with 500ms
Expand Down

0 comments on commit 88cd571

Please sign in to comment.