Skip to content

v5.0.0rc0

Compare
Choose a tag to compare
@krassowski krassowski released this 17 Sep 19:09
· 139 commits to main since this release
3fb68db

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:

  1. Make sure your JupyterLab version is 4.0.6 or newer and Python version is 3.8 or newer.

  2. 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