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 4962046 commit c1bb8ffCopy full SHA for c1bb8ff
CHANGELOG.md
@@ -9,6 +9,12 @@
9
[#159](https://github.com/krassowski/jupyterlab-lsp/pull/159)
10
)
11
12
+- bugfixes
13
+
14
+ - fixed various small bugs in the completer (
15
+ [#162](https://github.com/krassowski/jupyterlab-lsp/pull/162)
16
+ )
17
18
## `lsp-ws-connection 0.3.1`
19
20
- added `sendSaved()` method (textDocument/didSave) (
atest/05_Features/Completion.robot
@@ -59,6 +59,7 @@ User Can Select Lowercase After Starting Uppercase
59
[Tags] language:python
60
Setup Notebook Python Completion.ipynb
61
# `from time import Tim<tab>` → `from time import time`
62
+ Wait Until Fully Initialized
63
Enter Cell Editor 5 line=1
64
Trigger Completer
65
Completer Should Suggest time
0 commit comments