11## Changelog
22
3+ ### ` @jupyter-lsp/jupyterlab-lsp 4.0.1 ` (2023-03-21)
4+
5+ - bug fixes
6+ - overrides from ` overrides.json ` are now picked up again ([ #919 ] )
7+
8+ ### ` jupyter-lsp 2.0.1 ` (2023-03-21)
9+
10+ - bug fixes:
11+ - pyright schema now includes required ` python. ` prefixes ([ #919 ] )
12+
13+ [ #919 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/919
14+
315### ` @jupyter-lsp/jupyterlab-lsp 4.0.0 ` (2023-03-15)
416
517Requires JupyterLab ` >=3.6.0,<4.0.0a0 ` and Python 3.8 or newer.
@@ -9,6 +21,7 @@ Requires JupyterLab `>=3.6.0,<4.0.0a0` and Python 3.8 or newer.
921 - implement settings UI using native JupyterLab 3.3 UI ([ #778 ] )
1022 - add option to show hover tooltip automatically ([ #864 ] , thanks @yamaton )
1123 - implement eliding for long paths/files in completer ([ #893 ] )
24+ - allow to pass default workspace config (` serverSettings ` ) in specs ([ #856 ] )
1225- bug fixes:
1326 - use correct websocket URL if configured as different from base URL ([ #820 ] , thanks @MikeSem )
1427 - clean up all completer styles when completer feature is disabled ([ #829 ] ).
@@ -50,6 +63,7 @@ Requires JupyterLab `>=3.6.0,<4.0.0a0` and Python 3.8 or newer.
5063- performance:
5164 - ` entry_point ` discovery is deferred until server has started, improving
5265 ` jupyter_server ` startup time ([ #852 ] )
66+ - allow to pass default workspace config (` serverSettings ` ) in specs ([ #856 ] )
5367
5468[ #724 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/724
5569[ #738 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/738
@@ -63,6 +77,7 @@ Requires JupyterLab `>=3.6.0,<4.0.0a0` and Python 3.8 or newer.
6377[ #833 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/833
6478[ #836 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/836
6579[ #852 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/852
80+ [ #856 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/856
6681[ #860 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/860
6782[ #864 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/864
6883[ #867 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/867
0 commit comments