8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
breadcrumbs.enabled
1 parent 9ffe421 commit 88cd571Copy full SHA for 88cd571
arduino-ide-extension/src/browser/theia/core/tab-bars.ts
@@ -23,11 +23,6 @@ export class TabBarRenderer extends TheiaTabBarRenderer {
23
}
24
25
export class ToolbarAwareTabBar extends TheiaToolbarAwareTabBar {
26
- protected override async updateBreadcrumbs(): Promise<void> {
27
- // NOOP
28
- // IDE2 does not use breadcrumbs.
29
- }
30
-
31
private readonly doUpdateToolbar = debounce(() => super.updateToolbar(), 500);
32
protected override updateToolbar(): void {
33
// Unlike Theia, IDE2 debounces the toolbar updates with 500ms
0 commit comments