Use Picker in FileFinder

This commit is contained in:
Max Brunsfeld 2022-04-14 18:16:04 -07:00
parent c75ffc583c
commit c7527f92a4
4 changed files with 135 additions and 252 deletions

View file

@ -11,6 +11,7 @@ doctest = false
editor = { path = "../editor" }
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
picker = { path = "../picker" }
project = { path = "../project" }
settings = { path = "../settings" }
util = { path = "../util" }