We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ba5ea commit 072f0d3Copy full SHA for 072f0d3
crates/ra_lsp_server/src/caps.rs
@@ -56,6 +56,7 @@ pub fn server_capabilities() -> ServerCapabilities {
56
color_provider: None,
57
execute_command_provider: None,
58
workspace: None,
59
+ call_hierarchy_provider: None,
60
experimental: Default::default(),
61
}
62
0 commit comments