Test caret selection in file finder

co-authored-by: Max <max@zed.dev>
This commit is contained in:
Kirill Bulatov 2023-05-11 11:45:29 +03:00
parent 477bc8da05
commit 89fe5c6b09
4 changed files with 198 additions and 23 deletions

View file

@ -16,6 +16,7 @@ menu = { path = "../menu" }
picker = { path = "../picker" }
project = { path = "../project" }
settings = { path = "../settings" }
text = { path = "../text" }
util = { path = "../util" }
theme = { path = "../theme" }
workspace = { path = "../workspace" }