mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +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,
|
||||
execute_command_provider: None,
|
||||
workspace: None,
|
||||
call_hierarchy_provider: None,
|
||||
experimental: Default::default(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue