Open Issues Need Help
View All on GitHub Use cached binary if fetching latest release fails about 2 months ago
AI Summary: The `zed-jj-lsp` extension currently fails to update the `jj-lsp` binary when there's no internet connection or GitHub API throttling occurs. The proposed solution is to implement a fallback mechanism that uses the latest locally cached `jj-lsp` binary if fetching the new release fails, assuming only one binary is cached at a time.
Complexity:
2/5
good first issue