Closes #28782 The linked template path was updated in #28250. This PR also adds the change to the zed action. Since the issue template link was also referenced in workspace, I updated that occurrence to use the `FileBugReport` action instead. For that, I had to move the action to `zed_actions`. However, with this change only one link has to be updated and any database related errors will have the zed version specs attached to them automatically. Release Notes: - Fixed an issue where the `file bug report` action would redirect to an outdated URL.
994 B
994 B
Workspace Persistence
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 - Linux:
~/.local/share/Zed - Windows:
%LOCALAPPDATA%\Zed
The naming convention of these databases takes on the form of 0-<zed_channel>:
- 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 your issue continues after restarting Zed and regenerating a new database, please file an issue.