Update breadcrumbs when multibuffers' excerpts change

This commit is contained in:
Max Brunsfeld 2022-04-06 17:12:36 -07:00
parent 8f38ac8270
commit ec837fa6d7
2 changed files with 21 additions and 3 deletions

View file

@ -16,6 +16,7 @@ use language::{
Bias, Buffer, Diagnostic, DiagnosticEntry, DiagnosticSeverity, Point, Selection, SelectionGoal,
};
use project::{DiagnosticSummary, Project, ProjectPath};
use settings::Settings;
use std::{
any::{Any, TypeId},
cmp::Ordering,
@ -26,7 +27,6 @@ use std::{
};
use util::TryFutureExt;
use workspace::{ItemHandle as _, ItemNavHistory, Workspace};
use settings::Settings;
action!(Deploy);