[Fix] API requests hang indefinitely on VS Code 1.122.0+#383
Merged
Conversation
Contributor
Author
|
No actionable issues found. See task
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Author
|
Fixed in ea7f921: restored the README |
edelauna
reviewed
May 28, 2026
Contributor
edelauna
left a comment
There was a problem hiding this comment.
Looks good, reviewed - not approving since don’t want to merge into main
edelauna
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related GitHub Issue
Closes: #381
Closes: #382
Description
This branch cuts
v3.55.1fromv3.55.0and ships the already-merged ripgrep fix from PR #248 so Zoo Code no longer hangs on VS Code 1.122.0+ after the@vscode/ripgrep-universalrename.It also updates the Marketplace-facing release notes for the hotfix across the localized
README.mdfiles, fixes the malformed</details>closing tag in the README language sections, and removes the unused release-image step from.roo/commands/release.mdso future release prep matches the current process.Test Procedure
mise exec -- pnpm --dir src exec vitest run services/ripgrep/__tests__/index.spec.tsrelease/v3.55.1and let the repo pre-push typecheck suite passapps/web-roo-codeis no longer present in this repository, so the task wrapper's web-app check is stale and was not runnable herePre-Submission Checklist
Screenshots / Videos
Not applicable for this extension runtime hotfix and Marketplace README/i18n follow-up.
Documentation Updates
Updated the Marketplace-facing
README.md, refreshed the localizedlocales/*/README.mdrelease notes forv3.55.1, and removed the unused release-image step from.roo/commands/release.md.Additional Notes
The branch contains the existing ripgrep fix commit from PR #248 plus the generated
v3.55.1version and changelog updates.Get in Touch
Opened via Roomote on behalf of Elliott de Launay.