From 0857b41b15a0b6baf66e95b539145d303ecd44eb Mon Sep 17 00:00:00 2001 From: Yifan Ruan Date: Tue, 31 Mar 2026 13:35:04 +0800 Subject: [PATCH] docs: Update guide to remove user data on macOS when uninstalling Zed (#52631) I recently encountered some issue on my mac and I tried to uninstall Zed completely. However the current guide to remove user data does not cover some configs that Zed uses. There are also some directories that should be removed according to the doc but never exist. So I have this pull request to make the user data directories more accurate, according to my own experience. Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Release Notes: - N/A: doc update --------- Co-authored-by: Christopher Biscardi --- docs/src/uninstall.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/uninstall.md b/docs/src/uninstall.md index 7f0e10dfa52016da7f36751832aed8555befb185..0721afc8ab18e9d09c4dae35b689e64c7d0787bf 100644 --- a/docs/src/uninstall.md +++ b/docs/src/uninstall.md @@ -43,6 +43,9 @@ To completely remove all Zed configuration files and data: - `~/Library/Saved Application State/dev.zed.Zed.savedState` - `~/Library/Logs/Zed` - `~/Library/Caches/dev.zed.Zed` + - `~/Library/Caches/Zed` + - `~/.config/zed` + - `~/.local/state/Zed` ## Linux