diff options
| author | vsrs <vit@conrlab.com> | 2021-03-11 17:59:27 +0300 |
|---|---|---|
| committer | vsrs <vit@conrlab.com> | 2021-03-11 17:59:27 +0300 |
| commit | 49cdb2452a225dec3834e69fb011c3d7e68084f7 (patch) | |
| tree | 61f403ed1ae471891f00ab0121259eddf68c2254 /docs/dev | |
| parent | 00e52e1f4275cdd597c40d28e508c9f59216894a (diff) | |
| download | rust-49cdb2452a225dec3834e69fb011c3d7e68084f7.tar.gz rust-49cdb2452a225dec3834e69fb011c3d7e68084f7.zip | |
Fix LSP extensions documentation
Diffstat (limited to 'docs/dev')
| -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 c5f4390835e..6c34c40212a 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -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[]` |
