-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
1.15.0 breaks "Python Refactor: Sort Imports" #9718
Comments
@alancummings thank you for the discussion, did you notice any errors in the dev console or backend? |
There was no output at all associated with this particular issue in either the dev console or the backend output.
What is the best way to determine the api-compatible versions of the builtins and extensions? (Note: I've switched from explicit package.json.txt |
As an application developer it would be your responsibility to select extensions bundled in your application (included in the The framework currently supports:
I've tried with the extensions you referenced in your python-sort.mp4You can try cleaning the application and rebuilding, making sure as well your |
@vince-fugnitto Thanks for the effort. Is there a similar way to determine the best versions of yarn and node? The documentation (https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites) lists yarn 1.7, which seems pretty old (but maybe that is normal for the node world) Feel free to close the issue. |
I believe newer versions are fine (I use |
|
Bug Description:
When I try to run the "Python Refactor: Sort Imports" command, I get a pop-up window with the message "Please open a Python file to sort the imports."
Steps to Reproduce:
Additional Information
/etc/os-release
:The text was updated successfully, but these errors were encountered: