Stop setting CompletionItem::deprecated

This commit is contained in:
Laurențiu Nicola 2020-12-21 13:18:25 +02:00
parent 9bb9fbab3a
commit 299ce60995

View File

@ -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,