-
Notifications
You must be signed in to change notification settings - Fork 182
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 pinning as suggested in Readme results in 404 error #372
Comments
I've tested the latest version, but it's not ready for my use-case yet so I need to downgrade to the previous version. I believe the previous version was How can we downgrade to the previous version? |
upgrading to latest version has caused extension to completely stop working, attempted to downgrade but getting 404 |
getting 404 error too trying to downgrade... |
As temporary solution you can download vsix with previous version from https://marketplace.visualstudio.com/_apis/public/gallery/publishers/HashiCorp/vsextensions/terraform/1.4.0/vspackage and install it manually via EDIT: |
There's a download extension link on the extension page sidebar (under Should be safer than downloading extensions from third-party websites. |
VSCode still won't let you downgrade (404 error), but I've just tested the |
We added some instructions and links to the previous VSIX's here: https://github.com/hashicorp/vscode-terraform/wiki/Install-a-Pre-transfer-Version This was an unintended consequence of the VS Code Marketplace transfer process, that you couldn't use the standard downgrade / pinning options. |
Hey all, just a heads up, this actually appears to be an upstream VS Code bug: microsoft/vscode#99699 (comment) We will track the upstream issue in #385 and update there once we have more info. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Not sure this is the right place, please correct me if I'm wrong. Trying to pin to an older version of the plugin as linked in the Readme leads to VS Code failing with a 404 error.
Steps to reproduce:
Expected behaviour:
Actual behaviour:
I reckon it has something to do with the repo having move and is likely more a VS Code problem. Still, it would be helpful to update the README tho. Maybe there's a way to manually install older versions, but I can't seem to find a packaged release.
The text was updated successfully, but these errors were encountered: