Update crates/recent_projects/src/highlighted_workspace_location.rs
Co-authored-by: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
co-authored by
Antonio Scandurra
parent
b15632bd45
commit
9ef3e45bcd
@@ -61,7 +61,7 @@ impl HighlightedWorkspaceLocation {
|
||||
.paths()
|
||||
.iter()
|
||||
.map(|path| {
|
||||
let full_path = util::paths::compact(&path);
|
||||
let path = util::paths::compact(&path);
|
||||
let highlighted_text = Self::highlights_for_path(
|
||||
full_path.as_ref(),
|
||||
&string_match.positions,
|
||||
|
||||
Reference in New Issue
Block a user