Added menu::UseSelectedQuery command that populates task modal query with the selected task name (#8572)

This commit is contained in:
Kirill Bulatov 2024-02-29 02:20:43 +02:00 committed by GitHub
parent 9bd5ebb74b
commit b7429bf29d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 340 additions and 116 deletions

3
Cargo.lock generated
View file

@ -9140,12 +9140,15 @@ name = "tasks_ui"
version = "0.1.0"
dependencies = [
"anyhow",
"editor",
"fuzzy",
"gpui",
"language",
"menu",
"picker",
"project",
"serde",
"serde_json",
"task",
"ui",
"util",