v5.0.0rc0
This is the first release candidate of v5.0.0, providing support for JupyterLab 4.0. There are no know major bugs at this point - if you see any issues, please report on https://github.com/jupyter-lsp/jupyterlab-lsp/issues.
To test this release:
-
Make sure your JupyterLab version is 4.0.6 or newer and Python version is 3.8 or newer.
-
Update the extension:
pip install jupyterlab-lsp==5.0.0rc0 jupyter-lsp==2.2.0 jupyterlab==4.0.6
Changes compared to last 5.0.0b1
- fixes diagnostics not showing up in text editor in certain circumstances
- fixes signature hover box not being clickable
- improves performance by not creating a temporary editor to setup linter underline style
- JSON overrides work again
- fixes issue with syntax highlighting breaking when pasting multiple cells
- numerous fixes for completer
- fixes for highlights when switching between notebooks/editors
Requires JupyterLab >=4.0.6,<5.0.0a0