Skip to content

Commit 5b30d9c

Browse files
committed
feat: Add the Hover Range server capability
1 parent e57ad54 commit 5b30d9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rust-analyzer/src/caps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
118118
"ssr": true,
119119
"onEnter": true,
120120
"parentModule": true,
121+
"hoverRange": true,
121122
"runnables": {
122123
"kinds": [ "cargo" ],
123124
},

0 commit comments

Comments
 (0)