Sourced from jupyter-lsp's changelog.
jupyter-lsp 2.2.2
- bug fixes:
- address warning about renamed
extension_points
(#1035)- fix compatibility with jupyter server 1.x
- fix an authentication-related security vulnerability (see the advisory for details)
- enhancements:
- add authorization support (
lsp
resource, jupyter-server v2+ only) - this allows server operators for fine grained access control, e.g. in case if specific users (such as guest or read-only users) should not be allowed to access LSP; this is in addition to authentication fixes
@jupyter-lsp/jupyterlab-lsp 5.0.1
- bug fixes:
- fix false “undefined name” in
%%time
and%%capture
magics #1007 (thanks@i-aki-y
!)- fix completion items for paths and other long items being cut off #1025
- workaround issue with markdown lost on edit #1016
- fix latex/Greek letters insertion and other completions which do not match prefix (do not pre-filter completions from kernel) #1022
- fix completions in Console #1023
- fix customising
priority
after pre-setting it withoverrides.json
#1027- fix jump to definitions in a file inside root in Pyright on Windows #1024
- fix typos in setting title and help message #999 and #1010
- maintenance: