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 e115ad8 commit 6bd4e0cCopy full SHA for 6bd4e0c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## `lsp-ws-connection 0.3.1`
4
+
5
+- added sendSaved() method (textDocument/didSave) (
6
+ [#147](https://github.com/krassowski/jupyterlab-lsp/pull/147)
7
+ )
8
9
## `@krassowski/jupyterlab-lsp 0.7.0-beta.1`
10
11
- features
@@ -40,6 +46,11 @@
40
46
- completion now work properly when the kernel is shut down (
41
47
[#146](https://github.com/krassowski/jupyterlab-lsp/pull/146)
42
48
)
49
+ - `didSave()` is emitted on file save, enabling the workaround
50
+ used by R language server to lazily load `library(tidyverse)` (
51
+ [#95](https://github.com/krassowski/jupyterlab-lsp/pull/95),
52
+ [#147](https://github.com/krassowski/jupyterlab-lsp/pull/147),
53
43
54
44
55
## `lsp-ws-connection 0.3.0`
45
56
0 commit comments