zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.52k stars 2.9k forks source link

Empty items in recent project selector #13595

Open failable opened 3 months ago

failable commented 3 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Don't know how to reproduce. When scroll down to the last recent projects, empty items appear.

Environment

Zed: v0.142.1 (Zed Preview) OS: macOS 14.5.0 Memory: 32 GiB Architecture: x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

image image

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

Zed.log


notpeter commented 1 month ago

Someone else reported this a while back and I believe the issue was bad data in the workspace db.

Can you quit Zed and then remove this folder via Terminal:

rm -rf ~/Library/Application\ Support/Zed/db/

And see if that solves the issue.