We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185233a commit ceafef5Copy full SHA for ceafef5
CHANGELOG.md
@@ -1,5 +1,19 @@
1
## Changelog
2
3
+### `@jupyter-lsp/jupyterlab-lsp 5.0.0`
4
+
5
+- enhancements:
6
+ - uses toast notifications instead of messages on status bar
7
+ - diagnostics panel will be re-opened on reload
8
+- maintenance:
9
+ - support JupyterLab 4
10
+ - use upstream `@jupyterlab/lsp` package
11
+ - use camelCase convention in TypeScript/JavaScript code
12
+ - use `@codemirror/linter` to show diagnostics
13
+ - this comes with a different style of underlines and custom tooltips
14
15
+Requires JupyterLab `>=4.0.6,<5.0.0a0`
16
17
### `@jupyter-lsp/jupyterlab-lsp 5.0.0-rc.1`
18
19
- restore re-use of unused standalone connections
0 commit comments