Skip to content

Commit 220b093

Browse files
committed
Add CHANGELOG for signature documentation fix,
add tags/fix screenshot directory for signature tests
1 parent bc0c76c commit 220b093

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
- fixed various small bugs in the completer (
1515
[#162](https://github.com/krassowski/jupyterlab-lsp/pull/162)
1616
)
17+
- fix documentation display in signature for LSP servers which
18+
return MarkupContent (
19+
[#164](https://github.com/krassowski/jupyterlab-lsp/pull/164)
20+
)
1721

1822
## `lsp-ws-connection 0.3.1`
1923

atest/05_Features/Signature.robot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*** Settings ***
2-
Suite Setup Setup Suite For Screenshots completion
2+
Suite Setup Setup Suite For Screenshots signature
3+
Force Tags feature:signature
34
Resource ../Keywords.robot
45

56
*** Variables ***

0 commit comments

Comments
 (0)