feat: Add the Hover Range server capability

This commit is contained in:
Alexander Gonzalez 2021-07-27 18:13:22 -04:00
parent e57ad5456c
commit 5b30d9c4a9

View File

@ -118,6 +118,7 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
"ssr": true,
"onEnter": true,
"parentModule": true,
"hoverRange": true,
"runnables": {
"kinds": [ "cargo" ],
},