Skip to content

Commit 500cb08

Browse files
committed
Add changelog entry
1 parent db469df commit 500cb08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
[#129](https://github.com/krassowski/jupyterlab-lsp/pull/129)
1717
)
1818
- added a widget panel with diagnostics (inspections), allowing to
19-
sort and explore diagnostics, and to go-to the respective location
20-
in code (on click); accessible from the context menu (
19+
sort and explore diagnostics, and to go to the respective location
20+
in code (with a click); accessible from the context menu (
2121
[#127](https://github.com/krassowski/jupyterlab-lsp/pull/127)
2222
)
2323
- all commands are now accessible from the command palette (
@@ -37,6 +37,9 @@
3737
- fixed LSP of R in Python (`%%R` magic cell from rpy2) (
3838
[#144](https://github.com/krassowski/jupyterlab-lsp/pull/144)
3939
)
40+
- completion now work properly when the kernel is shut down (
41+
[#146](https://github.com/krassowski/jupyterlab-lsp/pull/146)
42+
)
4043

4144
## `lsp-ws-connection 0.3.0`
4245

0 commit comments

Comments
 (0)