about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorAdenine <adenine.dev@gmail.com>2023-07-08 12:25:54 -0400
committerAdenine <adenine.dev@gmail.com>2023-07-08 12:25:54 -0400
commit1dd54eb44ad7eacd450ad81a14ec35cadc15f856 (patch)
tree41cc8a8d43df737f7400e5f5526b0d805e22fc36 /docs/dev
parent514bab504e81f1b62bff7dd335022f4495e8fba3 (diff)
downloadrust-1dd54eb44ad7eacd450ad81a14ec35cadc15f856.tar.gz
rust-1dd54eb44ad7eacd450ad81a14ec35cadc15f856.zip
change viewMemoryLayoutParams to be textPositionParams
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/lsp-extensions.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md
index 8655e954675..024acb87709 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:**