Sort file finder matches by distance to the active item after match score
This commit is contained in:
parent
0704d9dcdb
commit
0b48e238f2
3 changed files with 52 additions and 7 deletions
|
@ -443,6 +443,7 @@ mod tests {
|
|||
positions: Vec::new(),
|
||||
path: candidate.path.clone(),
|
||||
path_prefix: "".into(),
|
||||
distance_to_relative_ancestor: usize::MAX,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue