mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +00:00
Fix back compat
This commit is contained in:
parent
82ba5eaa19
commit
072f0d323b
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ pub fn server_capabilities() -> ServerCapabilities {
|
||||||
color_provider: None,
|
color_provider: None,
|
||||||
execute_command_provider: None,
|
execute_command_provider: None,
|
||||||
workspace: None,
|
workspace: None,
|
||||||
|
call_hierarchy_provider: None,
|
||||||
experimental: Default::default(),
|
experimental: Default::default(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue