-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Command line command to install wont install if newer version already installed #38609
Comments
We generally do not support installing outdated extensions from gallery. But I think it makes sense to support it for vsix installations. If you are trying to install an older versions using vsix, now, we show a confirmation asking to override the newer version with older version. |
@joaomoreno As part of this fix, I had to flip the order of extensions clean up. Now, I remove first obsolete extensions and then remove outdated extensions 4fb98ff. Want to know if the previous order had any reason? |
No reason! 👍 |
Thanks for implementing this! 👍 |
@sandy081 Verified that this works after confirming the override. |
Good catch @ramya-rao-a Fixed. |
Steps to Reproduce:
1.1.0
from the example ones`) from within vscode or from the command line.1.1.0
)1.0.0
from the example ones) from the command line (`code --install-extension ).Reproduces without extensions: Yes/No
The text was updated successfully, but these errors were encountered: