editor: Add access method for project
(#36266)
This resolves a `TODO` that I've stumbled upon too many times whilst looking at the editor code. Release Notes: - N/A
This commit is contained in:
parent
bd1fda6782
commit
3c5d5a1d57
11 changed files with 42 additions and 45 deletions
|
@ -229,8 +229,7 @@ fn assign_edit_prediction_provider(
|
|||
if let Some(file) = buffer.read(cx).file() {
|
||||
let id = file.worktree_id(cx);
|
||||
if let Some(inner_worktree) = editor
|
||||
.project
|
||||
.as_ref()
|
||||
.project()
|
||||
.and_then(|project| project.read(cx).worktree_for_id(id, cx))
|
||||
{
|
||||
worktree = Some(inner_worktree);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue