-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Can't install latest version of ms-toolsai.jupyter #3013
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
Comments
I was able to reproduce this locally. I think this is because by default, it installs from Coder's extension marketplace (which we are soon deprecating and moving towards OpenVSX and guessing we don't have the latest version in there.) Logs➜ ~ code-server --force --install-extension ms-toolsai.jupyter
Installing extensions...
Installing extension 'ms-toolsai.jupyter' v2021.5.0...
Extension 'ms-toolsai.jupyter' v2021.5.0 was successfully installed ScreenshotNotesI tried downloading 2021.5.0 from vsixhub and installing from the VSIX file but received an error message: The latest version may not work until we upgarde to VS Code 1.55. Suggested WorkaroundI think the only workaround we can suggest is to use an earlier version of the extension. Related |
|
Thanks for the great debugging! |
OS/Web Information
code-server --version
: 3.9.2 109d2ceSteps to Reproduce
Expected
Jupyter extension has version 2021.5.0
Actual
Jupyter extension has version 2021.3, note that even the available version list doesn't show 2021.5.0.
Screenshot
Notes
I started debugging this after extensions didn't auto-update, manually checking for updates didn't show anything. Restarting the server and trying again didn't work either.
This issue can be reproduced in VS Code: N/A (can't test)
The text was updated successfully, but these errors were encountered: