Description
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
and jupyter-lsp
in my environment, I can't see any availableProviders
in the completer extension settings.
Reproduce
- Install and launch jupyterlab
- Go to the completer extension settings. You'll see kernel and context providers are available.
- Install jupyter-lsp and jupyterlab-lsp
- Go to the completer extension settings again. You'll see that the kernel and context providers are no longer available.
Expected behavior
I expect the default completer extension to work regardless of lsp packages being installed or not.
Context
Versions used -
- jupyterlab 4.0.10
- jupyter-lsp 2.2.1
- jupyterlab-lsp 5.0.1
Activity