mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
lsp-types 0.61.0
This commit is contained in:
parent
bac73ade7f
commit
cb063a9b30
3 changed files with 5 additions and 4 deletions
|
@ -43,6 +43,7 @@ pub fn server_capabilities() -> ServerCapabilities {
|
|||
rename_provider: Some(RenameProviderCapability::Options(RenameOptions {
|
||||
prepare_provider: Some(true),
|
||||
})),
|
||||
document_link_provider: None,
|
||||
color_provider: None,
|
||||
execute_command_provider: None,
|
||||
workspace: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue