Stop setting CompletionItem::deprecated
This commit is contained in:
parent
9bb9fbab3a
commit
299ce60995
@ -281,7 +281,7 @@ pub(crate) fn handle_document_symbol(
|
||||
detail: symbol.detail,
|
||||
kind: to_proto::symbol_kind(symbol.kind),
|
||||
tags: Some(tags),
|
||||
deprecated: Some(symbol.deprecated),
|
||||
deprecated: None,
|
||||
range: to_proto::range(&line_index, symbol.node_range),
|
||||
selection_range: to_proto::range(&line_index, symbol.navigation_range),
|
||||
children: None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user