about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2021-04-13 20:32:45 +0200
committerJonas Schievink <jonasschievink@gmail.com>2021-04-14 00:03:04 +0200
commit30aae2cefb9d068055ca8d250d04a288e3684394 (patch)
tree081a70d030c79437074e2d5ba15f7a9efd5d01cf /docs/dev
parent10a243ea55565a0dd1de52f8f802c3e3a7bfef54 (diff)
downloadrust-30aae2cefb9d068055ca8d250d04a288e3684394.tar.gz
rust-30aae2cefb9d068055ca8d250d04a288e3684394.zip
Move cursor position when using item movers
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/lsp-extensions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md
index a46121bb2ed..a4d92242b77 100644
--- a/docs/dev/lsp-extensions.md
+++ b/docs/dev/lsp-extensions.md
@@ -1,8 +1,8 @@
 <!---
-lsp_ext.rs hash: faae991334a151d0
+lsp_ext.rs hash: b19ddc3ab8767af9
 
 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:
+need to adjust this doc as well and ping this issue:
 
   https://github.com/rust-analyzer/rust-analyzer/issues/4604
 
@@ -620,7 +620,7 @@ This request is sent from client to server to move item under cursor or selectio
 
 **Request:** `MoveItemParams`
 
-**Response:** `TextDocumentEdit | null`
+**Response:** `SnippetTextEdit[]`
 
 ```typescript
 export interface MoveItemParams {