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

Fix extension not showing up in the Settings Editor #120

Merged
merged 4 commits into from
May 17, 2024

Conversation

krassowski
Copy link
Collaborator

@krassowski krassowski commented May 16, 2024

Fixes #119

  • adds a test case (first commit should fail)
  • moves the initial setting loading to plugin activate function to avoid the delay in loading the settings until the first notebook is opened; this also improves the performance when opening notebook as the loading logic is not unnecessarily invoked multiple times anymore
  • adds changelog entry

@krassowski krassowski added the bug Something isn't working label May 16, 2024
@krassowski krassowski changed the title Add a test for extension showing up in the Settings Editor right away Fix extension not showing up in the Settings Editor May 16, 2024
@mlucool
Copy link
Member

mlucool commented May 17, 2024

Is this PR ready for review?

@krassowski
Copy link
Collaborator Author

Is this PR ready for review?

Yes, I believe so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JupyterLab settings missing
2 participants