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

Version v0.36.0 not available on VisualStudio Marketplace #3481

Closed
josephdpurcell opened this issue Jul 13, 2022 · 5 comments
Closed

Version v0.36.0 not available on VisualStudio Marketplace #3481

josephdpurcell opened this issue Jul 13, 2022 · 5 comments

Comments

@josephdpurcell
Copy link

Problem

The fix for typescript >= 4.5 is here! See https://github.com/vuejs/vetur/blob/7a60fa2ebffb9a8c02285e9e8184d943eb5f374b/CHANGELOG.md#0360--2022-07-11--vsix, which is version 0.36.0.

However, the vsix link for 0.36.0 fails: https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.36.0/vspackage

I presume this is also why VSCode's extension page shows v0.35.0 as the latest too: https://marketplace.visualstudio.com/items?itemName=octref.vetur

Reproducible Case

  • Go to the CHANGELOG.md
  • Click the VSIX link next to 0.36.0
  • Notice the VSIX file does not download and instead shows an error
@josephdpurcell
Copy link
Author

For those experiencing #3424, as a temporary workaround you may have success downgrading typescript:

npm install --save-dev [email protected]

This worked in my use case.

@rchl
Copy link
Collaborator

rchl commented Jul 13, 2022

See #3323 (comment)

The VSCode extension will update when I get permission again.
My token is expired.....

@yoyo930021
Copy link
Member

You can download it in this link.
https://github.com/vuejs/vetur/releases/tag/v0.36.0

@josephdpurcell
Copy link
Author

Ah! Thank you @yoyo930021! I didn't see the "Assets" section on the tag.

Manual installation of 0.36.0

In case others end up here looking to install 0.36.0, heres how I did it.

1 - Uninstall Vetur

Go to VSCode -> Extensions and uninstall Vetur.

2 - Download the VSIX file

You can download the VSIX file by going to the tag in this repo, go to "Assets" section and download the .vsix file.

Here is the link to the 0.36.0 tag: https://github.com/vuejs/vetur/releases/tag/v0.36.0

Note: do NOT try to download it from the CHANGELOG.md. That link is not currently working.

3 - Install VSIX

Go to VSCode -> Extensions and click the ... menu to Install from VSIX.

Screen Shot 2022-07-13 at 9 54 55 AM

4 - Verify Vuter version

Go to VSCode -> Extensions and go to Vuter page. Confirm you see v0.36.0.

Screen Shot 2022-07-13 at 9 55 47 AM


I followed these steps and confirmed I no longer experience #3424.

Thank you so very much for addressing this so quickly!

@yoyo930021
Copy link
Member

The extension is published!

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

No branches or pull requests

3 participants