Sort (case-insensitive) directories before files

This commit is contained in:
Antonio Scandurra 2022-04-21 15:08:45 +02:00
parent 11828040cc
commit 953256b128
3 changed files with 70 additions and 48 deletions

View file

@ -14,7 +14,7 @@ settings = { path = "../settings" }
theme = { path = "../theme" }
util = { path = "../util" }
workspace = { path = "../workspace" }
postage = { version = "0.4.1", features = ["futures-traits"] }
unicase = "2.6"
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }