Move document highlights RPC message to the background
This commit is contained in:
parent
9e173564e9
commit
f3c6320eeb
3 changed files with 64 additions and 5 deletions
|
@ -776,7 +776,7 @@ impl Project {
|
|||
}
|
||||
}
|
||||
|
||||
fn get_open_buffer(
|
||||
pub fn get_open_buffer(
|
||||
&mut self,
|
||||
path: &ProjectPath,
|
||||
cx: &mut ModelContext<Self>,
|
||||
|
@ -2047,7 +2047,7 @@ impl Project {
|
|||
}
|
||||
}
|
||||
|
||||
fn find_local_worktree(
|
||||
pub fn find_local_worktree(
|
||||
&self,
|
||||
abs_path: &Path,
|
||||
cx: &AppContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue