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 bc0c76c commit 220b093Copy full SHA for 220b093
CHANGELOG.md
@@ -14,6 +14,10 @@
14
- fixed various small bugs in the completer (
15
[#162](https://github.com/krassowski/jupyterlab-lsp/pull/162)
16
)
17
+ - fix documentation display in signature for LSP servers which
18
+ return MarkupContent (
19
+ [#164](https://github.com/krassowski/jupyterlab-lsp/pull/164)
20
+ )
21
22
## `lsp-ws-connection 0.3.1`
23
atest/05_Features/Signature.robot
@@ -1,5 +1,6 @@
1
*** Settings ***
2
-Suite Setup Setup Suite For Screenshots completion
+Suite Setup Setup Suite For Screenshots signature
3
+Force Tags feature:signature
4
Resource ../Keywords.robot
5
6
*** Variables ***
0 commit comments