Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(extensions): Extensions failing to download from open-vsx #2786

Merged
merged 5 commits into from Dec 2, 2020

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Dec 1, 2020

Issue: Extensions are not downloading correctly from open-vsx. This impacts both installing from command-line, and within Onivim.

Defect: The open-vsx service updated their download service to be backed by azure blobs, and sends a 302 redirect - we weren't handling redirects in our download logic.

Fix: Handle redirects using the follow-redirect node module.

@bryphe bryphe merged commit 57e7905 into master Dec 2, 2020
2 checks passed
@bryphe bryphe deleted the fix/node/download-handle-redirect branch December 2, 2020 01:24
bryphe added a commit that referenced this pull request Dec 3, 2020
__Issue:__ Extensions are not downloading correctly from `open-vsx`. This impacts both installing from command-line, and within Onivim.

__Defect:__ The `open-vsx` service updated their download service to be backed by azure blobs, and sends a 302 redirect - we weren't handling redirects in our download logic.

__Fix:__ Handle redirects using the `follow-redirect` node module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant