File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## ` @krassowski/jupyterlab-lsp 0.8.0 ` (unreleased)
4
+
5
+ - features
6
+
7
+ - opens a maximum of one WebSocket per language server ([ #165 ] [ ] )
8
+ - lazy-loads language server protocol machinery ([ #165 ] [ ] )
9
+ - waits much longer for slow-starting language servers ([ #165 ] [ ] )
10
+ - cleans up documents, handlers, events, and signals more aggressively ([ #165 ] [ ] )
11
+ - ignores malformed diagnostic ranges, enabling markdown support ([ #165 ] [ ] )
12
+ - passes tests on Python 3.8 on Windows ([ #165 ] [ ] )
13
+
14
+ ## ` lsp-ws-connection 0.4.0 ` (unreleased)
15
+
16
+ - breaking changes
17
+
18
+ - no longer assumes one document per connection ([ #165 ] [ ] )
19
+ - requires documents be opened explicitly ([ #165 ] [ ] )
20
+ - use of the ` eventEmitter ` pattern mostly deprecated in favor of ` Promise ` s
21
+ ([ #165 ] [ ] )
22
+
23
+ [ #165 ] : https://github.com/krassowski/jupyterlab-lsp/pull/165
24
+
3
25
## ` @krassowski/jupyterlab-lsp 0.7.1 `
4
26
5
27
- features
You can’t perform that action at this time.
0 commit comments