Add local next LSP adapter

This commit is contained in:
Mikayla 2023-09-21 18:06:00 -07:00
parent 0cceb3fdf1
commit 02a85b1252
No known key found for this signature in database
5 changed files with 206 additions and 12 deletions

View file

@ -69,7 +69,7 @@ impl ProjectSymbolsDelegate {
&self.external_match_candidates,
query,
false,
MAX_MATCHES - visible_matches.len(),
MAX_MATCHES - visible_matches.len().min(MAX_MATCHES),
&Default::default(),
cx.background().clone(),
));