diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/lsp-extensions.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index c5f439083..6c34c4021 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md | |||
@@ -1,5 +1,5 @@ | |||
1 | <!--- | 1 | <!--- |
2 | lsp_ext.rs hash: 9d4978a16ab69027 | 2 | lsp_ext.rs hash: 4dfa8d7035f4aee7 |
3 | 3 | ||
4 | If you need to change the above hash to make the test pass, please check if you | 4 | If you need to change the above hash to make the test pass, please check if you |
5 | need to adjust this doc as well and ping this issue: | 5 | need to adjust this doc as well and ping this issue: |
@@ -586,12 +586,7 @@ This request is sent from client to server to get the list of tests for the spec | |||
586 | 586 | ||
587 | **Method:** `rust-analyzer/relatedTests` | 587 | **Method:** `rust-analyzer/relatedTests` |
588 | 588 | ||
589 | **Request:** | 589 | **Request:** `TextDocumentPositionParams` |
590 | |||
591 | ```typescript | ||
592 | interface RelatedTestsParams : extends TextDocumentPositionParams { | ||
593 | } | ||
594 | ``` | ||
595 | 590 | ||
596 | **Response:** `TestInfo[]` | 591 | **Response:** `TestInfo[]` |
597 | 592 | ||