From 31aad858f8e99c0a8754714b3d3911ba07d42c6f Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 20 Feb 2025 12:51:56 -0500 Subject: [PATCH] Update workspace persistence doc (#25271) Release Notes: - N/A --- docs/src/workspace-persistence.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/workspace-persistence.md b/docs/src/workspace-persistence.md index 188b514616..9050105893 100644 --- a/docs/src/workspace-persistence.md +++ b/docs/src/workspace-persistence.md @@ -2,7 +2,7 @@ Zed creates local SQLite databases to persist data relating to its workspace and your projects. These databases store, for instance, the tabs and panes you have open in a project, the scroll position of each open file, the list of all projects you've opened (for the recent projects modal picker), etc. You can find and explore these databases in the following locations: -- macOS: `~/Library/Application Support/Zed/` +- macOS: `~/Library/Application Support/Zed` - Linux: `~/.local/share/Zed` - Windows: `%LOCALAPPDATA%\Zed` @@ -11,4 +11,4 @@ The naming convention of these databases takes on the form of `0-`: - Stable: `0-stable` - Preview: `0-preview` -**If you encounter workspace persistence issues in Zed, deleting the database and restarting Zed often resolves the problem, as the database may have been corrupted at some point.** +**If you encounter workspace persistence issues in Zed, deleting the database and restarting Zed often resolves the problem, as the database may have been corrupted at some point.** If your issue continues after restarting Zed and regenerating a new database, please [file an issue](https://github.com/zed-industries/zed/issues/new?template=1_bug_report.yml).