Add search bar to terminal panel

This commit is contained in:
Antonio Scandurra 2023-05-25 14:45:59 +02:00
parent dba7ec4a35
commit 414b97adce
3 changed files with 5 additions and 0 deletions

View file

@ -14,6 +14,7 @@ editor = { path = "../editor" }
language = { path = "../language" }
gpui = { path = "../gpui" }
project = { path = "../project" }
search = { path = "../search" }
settings = { path = "../settings" }
theme = { path = "../theme" }
util = { path = "../util" }