Show icon to toggle inline assist

This commit is contained in:
Antonio Scandurra 2023-08-28 12:13:44 +02:00
parent d804afcfa9
commit 1fb7ce0f4a
5 changed files with 31 additions and 5 deletions

View file

@ -9,6 +9,7 @@ path = "src/quick_action_bar.rs"
doctest = false
[dependencies]
ai = { path = "../ai" }
editor = { path = "../editor" }
gpui = { path = "../gpui" }
search = { path = "../search" }