Skip to content

Commit d3dfa18

Browse files
bors[bot]simrat39
andauthored
Merge #8329
8329: docs: Fix moveItem method name r=lnicola a=simrat39 Co-authored-by: sim <simrats169169@gmail.com>
2 parents 35614c7 + d542a2b commit d3dfa18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/dev/lsp-extensions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,7 @@ interface TestInfo {
602602

603603
This request is sent from client to server to move item under cursor or selection in some direction.
604604

605-
**Method:** `experimental/moveItemUp`
606-
**Method:** `experimental/moveItemDown`
605+
**Method:** `experimental/moveItem`
607606

608607
**Request:** `MoveItemParams`
609608

0 commit comments

Comments
 (0)