Skip to content

Commit 072f0d3

Browse files
committed
Fix back compat
1 parent 82ba5ea commit 072f0d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ra_lsp_server/src/caps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pub fn server_capabilities() -> ServerCapabilities {
5656
color_provider: None,
5757
execute_command_provider: None,
5858
workspace: None,
59+
call_hierarchy_provider: None,
5960
experimental: Default::default(),
6061
}
6162
}

0 commit comments

Comments
 (0)