mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Fix LSP extensions documentation
This commit is contained in:
parent
00e52e1f42
commit
49cdb2452a
1 changed files with 2 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<!---
|
||||
lsp_ext.rs hash: 9d4978a16ab69027
|
||||
lsp_ext.rs hash: 4dfa8d7035f4aee7
|
||||
|
||||
If you need to change the above hash to make the test pass, please check if you
|
||||
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
|
|||
|
||||
**Method:** `rust-analyzer/relatedTests`
|
||||
|
||||
**Request:**
|
||||
|
||||
```typescript
|
||||
interface RelatedTestsParams : extends TextDocumentPositionParams {
|
||||
}
|
||||
```
|
||||
**Request:** `TextDocumentPositionParams`
|
||||
|
||||
**Response:** `TestInfo[]`
|
||||
|
||||
|
|
Loading…
Reference in a new issue