Skip to content
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

SlowOperations workaround in SmkFrameworkSettingsPanel #534

Open
iromeo opened this issue Oct 10, 2024 · 0 comments
Open

SlowOperations workaround in SmkFrameworkSettingsPanel #534

iromeo opened this issue Oct 10, 2024 · 0 comments
Labels

Comments

@iromeo
Copy link
Contributor

iromeo commented Oct 10, 2024

The panel is created from ETD and shown in a modal dialogue. It also should show all PythonSDKs. Current API doesn't allow to precompute list of SDKs before panel creation. We cannot get a list of SDKs in the BG thread because Application.invokeLater() calls it only after the settings dialogue has been closed.

Same error exists in PyCharm for list of SDKs, see https://ea.jetbrains.com/browser/ea_reports/33476334

iromeo added a commit that referenced this issue Oct 10, 2024
@iromeo iromeo added the major label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant