parent
f435304209
commit
fbc922ad46
6 changed files with 14 additions and 20 deletions
|
@ -306,9 +306,9 @@ impl Inventory {
|
|||
.unwrap_or((None, None, None));
|
||||
|
||||
self.list_tasks(file, language, worktree_id.or(buffer_worktree_id), cx)
|
||||
.iter()
|
||||
.into_iter()
|
||||
.find(|(_, template)| template.label == label)
|
||||
.map(|val| val.1.clone())
|
||||
.map(|val| val.1)
|
||||
}
|
||||
|
||||
/// Pulls its task sources relevant to the worktree and the language given,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue