-
Notifications
You must be signed in to change notification settings - Fork 211
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
Python/Jupyter extension are outdated #703
Comments
Jupyter renderers are re-published. Still not sure about what is causing the issues during our build, but I think we need to look into how we sandbox the build processes again. |
Isort is published now as well, I think it is due to some outdated Node / Python versions we use, so I'm prepping a PR to fix that Isort ended up being a bigger headache than I expected. It does not have a proper compile guide and the published artifact sizes seem off. |
See #711 -- I manually built it using the commands from https://github.com/microsoft/vscode-isort/blob/main/.github/actions/build-vsix/action.yml and it worked fine. |
Maybe #714 is also related to this? |
FYI, we've noticed that even though the See also the discussion over at eclipse-theia/theia#13938 where this was first discovered. |
Also:
The text was updated successfully, but these errors were encountered: