-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Installing jupyterlab-lsp
and jupyter-lsp
breaks the completer plugin
#15649
Comments
I cannot reproduce this:
Is there something which does not work?
For now I would recommend disabling the |
Are there any errors in the browsers JS console? |
I'm not getting any completion suggestions when pressing
Yes, we intend to disable this for now.
No, there are no errors. Neither in the terminal nor in the browser console. Any thoughts on why these completers are not present? I'm trying to make a better reproducer in the meantime. FWIW, I tried doing a dev build and setting a breakpoint in the activate function of the default providers but the breakpoint never got triggered. |
Here's a screen capture of this (if it helps) - lsp.mp4 |
@krassowski can you disable |
Yes, disabling |
The problem is in the jupyterlab-lsp extension; it disables There are a few solutions to consider:
In the meantime I will make jupyterlab-lsp re-register the original providers in LSP when the completion plugin is disabled. |
I opened a dedicated issue to discuss the (a) option: #15651 and there is |
Description
I want to use the completions from the default completer extension and features from lsp but I don't want to use the lsp code completion. When I install
jupyterlab-lsp
andjupyter-lsp
in my environment, I can't see anyavailableProviders
in the completer extension settings.Here's the screenshot -
Reproduce
Expected behavior
I expect the default completer extension to work regardless of lsp packages being installed or not.
Context
Versions used -
The text was updated successfully, but these errors were encountered: