mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Properly fill client completion resolve capabilities data
This commit is contained in:
parent
9a4daffe16
commit
47464e556c
5 changed files with 56 additions and 5 deletions
|
@ -80,8 +80,8 @@ pub use crate::{
|
|||
},
|
||||
};
|
||||
pub use completion::{
|
||||
CompletionConfig, CompletionItem, CompletionItemKind, CompletionScore, ImportToAdd,
|
||||
InsertTextFormat,
|
||||
CompletionConfig, CompletionItem, CompletionItemKind, CompletionResolveCapability,
|
||||
CompletionScore, ImportToAdd, InsertTextFormat,
|
||||
};
|
||||
pub use ide_db::{
|
||||
call_info::CallInfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue