Skip to content

Fix completer heuristics, fix CI #1117

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

Merged
merged 11 commits into from
May 28, 2025

Conversation

krassowski
Copy link
Member

References

Fixes #1116

Code changes

Replaces logic invoking completer on any character incorrectly carried over from upstream with logic which properly distinguishes between invocation on trigger vs on any character.

User-facing changes

Completion only on trigger characters is possible again

Backwards-incompatible changes

None

Chores

  • linted
  • tested
  • documented
  • changelog entry

Copy link

Binder 👈 Launch a binder notebook on branch krassowski/jupyterlab-lsp/fix-completion-heuristics

@krassowski krassowski changed the title Fix completer heuristics Fix completer heuristics, fix CI May 28, 2025
@krassowski krassowski enabled auto-merge (squash) May 28, 2025 15:57
@krassowski krassowski merged commit 494bec5 into jupyter-lsp:main May 28, 2025
5 of 6 checks passed
@krassowski krassowski deleted the fix-completion-heuristics branch May 28, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Completer shows up on every keystroke, not only on trigger characters
1 participant