Fix Recent Documents List (continues #8952) (#9919)

@SomeoneToIgnore This code should 100% work for future Zed users, but
for current Zed users, Zed's internal list of recents may not be synced
w/ macOS' Recent Documents at first. If needed this can be fixed by
calling `cx.refresh_recent_documents` on startup, but that feels a bit
unnecessary.

Release Notes:

- Fixes behavior of Recent Documents list on macOS
This commit is contained in:
Daniel Zhu
2024-03-29 23:17:25 +02:00
committed by GitHub
parent 35e1229fbb
commit 30193647f3
9 changed files with 17 additions and 89 deletions
Generated
-2
View File
@@ -7648,11 +7648,9 @@ dependencies = [
name = "recent_projects"
version = "0.1.0"
dependencies = [
"collections",
"editor",
"fuzzy",
"gpui",
"itertools 0.11.0",
"language",
"menu",
"ordered-float 2.10.0",