You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
## Changelog
2
2
3
+
### `@jupyter-lsp/jupyterlab-lsp 5.2.0`
4
+
5
+
- enhancements:
6
+
7
+
- allow to disable LSP toolbar item in Notebook view ([#1139](https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1139))
8
+
9
+
- bug fixes:
10
+
11
+
- fixed jump to definition for notebooks that have special characters in filename and position for external jumps ([#1128](https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1128))
12
+
13
+
- maintenance:
14
+
- fixed tests, all green now!
15
+
- we are no longer testing against `pypy` - contributions to restore it welcome!
16
+
17
+
### `jupyter-lsp 2.2.6`
18
+
19
+
- bug fixes:
20
+
- fix for potential data loss on invalid `JP_LSP_VIRTUAL_DIR` ([#1140](https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1140))
0 commit comments