mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
lsp-types 0.67
This commit is contained in:
parent
ce07a2daa9
commit
019fab2261
3 changed files with 12 additions and 4 deletions
|
@ -46,6 +46,7 @@ pub fn server_capabilities() -> ServerCapabilities {
|
|||
more_trigger_character: Some(vec![".".to_string(), ">".to_string()]),
|
||||
}),
|
||||
selection_range_provider: Some(SelectionRangeProviderCapability::Simple(true)),
|
||||
semantic_highlighting: None,
|
||||
folding_range_provider: Some(FoldingRangeProviderCapability::Simple(true)),
|
||||
rename_provider: Some(RenameProviderCapability::Options(RenameOptions {
|
||||
prepare_provider: Some(true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue