v3.9.2
This release comes with new details-below
layout allowing to change the completer arrangement, and many bug fixes improving jump to definition feature, diagnostic panel, removing deprecation warnings and improving support for translations.
side-by-side (current, default) |
details-below |
---|---|
To upgrade to this release:
-
Make sure your JupyterLab version is 3.0.x, 3.1.x or 3.2.x (this is the last minor release with user support for 3.0).
-
Update the extension:
pip install jupyterlab-lsp==3.9.2 jupyter-lsp==1.5.1 # or, for conda: # > Please note that conda packages may take a day or two since release before becoming available! # conda install -c conda-forge jupyterlab-lsp=3.9.2 jupyter-lsp=1.5.1
-
Note:
- If installing this extension for the first time, please read the full installation instructions as language servers of your choice need to be installed too, and additional configuration can make your experience smoother.
- If you wish to use
jedi-language-server
orpython-lsp-server
, please make sure to upgrade IPython to 7.20 or newer. - If you wish to migrate to
python-lsp-server
(which is encouraged), please start by uninstallingpython-language-server
and only then installpython-lsp-server
; you may also need to replacepyls
occurrences withpylsp
in settings if you modified any.
Combined changelog of jupyterlab-lsp
(3.9.2
), jupyter-lsp
(1.5.1
) and completion-theme
(3.2.0
)
- features:
- add
details-below
layout allowing to change the completer arrangement (#698)
- add
- bug fixes:
- prevent very long completion details text from extending the completer indefinitely (#698)
- correct status translations (#700, thanks @fcollonval)
- fix translations in status pop-up (#703)
- workaround issue causing file rename when opening external files by jumping to them (#712, thanks @jepcor97)
- fix sorting by "Line:Ch" and "Cell" in Diagnostics Panel (#717)
- fix header border missing when scrolling in Diagnostics Panel (#717)
- documentation improvements:
- documentation improvements:
- document troubleshooting steps for
texlab
server (#702)
- document troubleshooting steps for
- maintenance and upkeep:
New Contributors
Full Changelog: v3.9.1...v3.9.2