Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/dev/lsp-extensions.md')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index 8655e95467..024acb8770 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp_ext.rs hash: 12bf360ee77cc63d +lsp_ext.rs hash: 149a5be3c5e469d1 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: @@ -889,17 +889,9 @@ Returns all crates from this workspace, so it can be used create a viewTree to h ## View Recursive Memory Layout -**Method:** `rust-analyzer/fetchDependencyList` - -**Request:** +**Method:** `rust-analyzer/viewRecursiveMemoryLayout` -```typescript -/// Holds a location in a text document, the location may be a datatype or a variable and it will do its best to locate the desired type. -export interface ViewRecursiveMemoryLayoutParams { - textDocument: TextDocumentIdentifier; - position: Position; -} -``` +**Request:** `TextDocumentPositionParams` **Response:** |