Skip to content

Commit 49cdb24

Browse files
committed
Fix LSP extensions documentation
1 parent 00e52e1 commit 49cdb24

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/dev/lsp-extensions.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
lsp_ext.rs hash: 9d4978a16ab69027
2+
lsp_ext.rs hash: 4dfa8d7035f4aee7
33
44
If you need to change the above hash to make the test pass, please check if you
55
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
586586

587587
**Method:** `rust-analyzer/relatedTests`
588588

589-
**Request:**
590-
591-
```typescript
592-
interface RelatedTestsParams : extends TextDocumentPositionParams {
593-
}
594-
```
589+
**Request:** `TextDocumentPositionParams`
595590

596591
**Response:** `TestInfo[]`
597592

0 commit comments

Comments
 (0)