Merge pull request #18388 from jaboatman/master
Fix checking for `false` `labelDetailsSupport` value.
This commit is contained in:
commit
6f8e75a559
@ -210,9 +210,7 @@ pub fn completion_label_details_support(&self) -> bool {
|
||||
.completion_item
|
||||
.as_ref()?
|
||||
.label_details_support
|
||||
.as_ref()
|
||||
})()
|
||||
.is_some()
|
||||
})() == Some(true)
|
||||
}
|
||||
|
||||
fn completion_item(&self) -> Option<CompletionOptionsCompletionItem> {
|
||||
|
Loading…
Reference in New Issue
Block a user