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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,22 @@
7
7
- add ability to deactivate Kernel completions or LSP completion through the settings ([#586], thanks @Carreau)
8
8
- allow to set a priority for LSP server, allowing to choose which server to use when multiple servers are installed ([#588])
9
9
- add auto-detection of pyright server ([#587], thanks @yuntan)
10
+
- log server messages in user-accessible console ([#606])
11
+
- old emit-based API of lsp-ws-connection is new deprecated and will be removed in the next major version; please use `serverNotifications`, `clientNotifications`, `clientRequests` and `serverRequests` instead ([#606])
10
12
11
13
- bug fixes:
12
14
13
15
- workaround url-parse issue causing problems when using JupyterLab 3.0.15 ([#599])
14
16
15
17
- other changes:
16
18
- drop Node 10 (EOL 2 weeks ago) testing on CI, add Node 15 ([#587])
0 commit comments