You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users of my Zed extension, Discord Presence, have reported "Failed to get root URI" errors. This happens because the extension relies on the root URI to determine the workspace folder name. A recent PR #25344 might have already addressed this.
Missing File Events or LSP Not Starting Properly
Based on xhyrom/zed-discord-presence#20 and xhyrom/zed-discord-presence#31, Zed sometimes fails to detect files correctly. As noted in this comment, the LSP doesn’t always start when it should. However, switching to a completely different file and then back to the original one seems to trigger the LSP.
LSP Not Shutting Down Properly When Closing Workspaces
There’s also an issue with shutting down the LSP when closing a workspace. For example, if Zed's settings.json is opened and then closed, the LSP remains active. This results in settings.json still appearing as the active file, even though it’s no longer open. This issue also occasionally occurs when closing Zed entirely.
Unzipping Issues on Windows
On Windows, Zed sometimes fails to download and extract files, showing the error: "failed to download file: failed to unzip".
Summary
LSP Fails to Start Due to Missing Root URI
Users of my Zed extension, Discord Presence, have reported "Failed to get root URI" errors. This happens because the extension relies on the root URI to determine the workspace folder name. A recent PR #25344 might have already addressed this.
Missing File Events or LSP Not Starting Properly
Based on xhyrom/zed-discord-presence#20 and xhyrom/zed-discord-presence#31, Zed sometimes fails to detect files correctly. As noted in this comment, the LSP doesn’t always start when it should. However, switching to a completely different file and then back to the original one seems to trigger the LSP.
LSP Not Shutting Down Properly When Closing Workspaces
There’s also an issue with shutting down the LSP when closing a workspace. For example, if Zed's settings.json is opened and then closed, the LSP remains active. This results in settings.json still appearing as the active file, even though it’s no longer open. This issue also occasionally occurs when closing Zed entirely.
Unzipping Issues on Windows
On Windows, Zed sometimes fails to download and extract files, showing the error:
"failed to download file: failed to unzip".
This issue occurs randomly, similar to zed-industries/zed#22815.
Zed Version and System Specs
Zed: v0.174.6, v0.173.10, v0.16.1
Operating system: Arch Linux, Void Linux and Windows (unzipping issue)
The text was updated successfully, but these errors were encountered: