How can I exclude a file from Zed's recent projects list #39766
Unanswered
MaddyGuthridge
asked this question in
Help and General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I work as a software engineering teacher and am considering switching my primary editor to Zed. When I mark students' work, I'll often need to open tens of temporary directories in my editor over the course of a few hours. After this, clearing my recent projects history is quite a chore. In VS Code I had to create a script to filter them by accessing an SQLite database, which was complex but manageable.
How can I remove items from Zed's history (or prevent them from being added there in the first place)?
zed --no-history /tmp/directory
or something similarThanks :)
Beta Was this translation helpful? Give feedback.
All reactions