Skip to content

Commit 2bcde59

Browse files
committed
Fix a typo in server_capabilities.experimental
1 parent acf5874 commit 2bcde59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/caps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
117117
"hoverRange": true,
118118
"joinLines": true,
119119
"matchingBrace": true,
120-
"moveItems": true,
120+
"moveItem": true,
121121
"onEnter": true,
122122
"openCargoToml": true,
123123
"parentModule": true,

0 commit comments

Comments
 (0)