Skip to content

Commit 88cd571

Browse files
author
Akos Kitta
committed
fix: restored breadcrumbs.enabled
Ref: #1733 Signed-off-by: Akos Kitta <[email protected]>
1 parent 9ffe421 commit 88cd571

File tree

1 file changed

+0
-5
lines changed
  • arduino-ide-extension/src/browser/theia/core

1 file changed

+0
-5
lines changed

arduino-ide-extension/src/browser/theia/core/tab-bars.ts

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ export class TabBarRenderer extends TheiaTabBarRenderer {
2323
}
2424

2525
export class ToolbarAwareTabBar extends TheiaToolbarAwareTabBar {
26-
protected override async updateBreadcrumbs(): Promise<void> {
27-
// NOOP
28-
// IDE2 does not use breadcrumbs.
29-
}
30-
3126
private readonly doUpdateToolbar = debounce(() => super.updateToolbar(), 500);
3227
protected override updateToolbar(): void {
3328
// Unlike Theia, IDE2 debounces the toolbar updates with 500ms

0 commit comments

Comments
 (0)