-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
Comments
For those experiencing #3424, as a temporary workaround you may have success downgrading typescript:
This worked in my use case. |
See #3323 (comment)
|
You can download it in this link. |
Ah! Thank you @yoyo930021! I didn't see the "Assets" section on the tag. Manual installation of 0.36.0In case others end up here looking to install 0.36.0, heres how I did it. 1 - Uninstall VeturGo to VSCode -> Extensions and uninstall Vetur. 2 - Download the VSIX fileYou can download the VSIX file by going to the tag in this repo, go to "Assets" section and download the 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 VSIXGo to VSCode -> Extensions and click the 4 - Verify Vuter versionGo to VSCode -> Extensions and go to Vuter page. Confirm you see v0.36.0. I followed these steps and confirmed I no longer experience #3424. Thank you so very much for addressing this so quickly! |
The extension is published! |
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
The text was updated successfully, but these errors were encountered: