mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 10:04:23 +00:00
Revert "Stop setting CompletionItem::deprecated"
This reverts commit 299ce60995
.
This commit is contained in:
parent
7843ae6ddb
commit
328e0e2de7
@ -281,7 +281,7 @@ pub(crate) fn handle_document_symbol(
|
||||
detail: symbol.detail,
|
||||
kind: to_proto::symbol_kind(symbol.kind),
|
||||
tags: Some(tags),
|
||||
deprecated: None,
|
||||
deprecated: Some(symbol.deprecated),
|
||||
range: to_proto::range(&line_index, symbol.node_range),
|
||||
selection_range: to_proto::range(&line_index, symbol.navigation_range),
|
||||
children: None,
|
||||
|
Loading…
Reference in New Issue
Block a user