From a3ee07ac149867d1d7b9c00a752d0c46c337a878 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 31 Dec 2018 16:06:14 +0300 Subject: fix icons in completion --- crates/ra_lsp_server/src/conv.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ra_lsp_server/src/conv.rs b/crates/ra_lsp_server/src/conv.rs index 0d6e62727..618486250 100644 --- a/crates/ra_lsp_server/src/conv.rs +++ b/crates/ra_lsp_server/src/conv.rs @@ -82,7 +82,6 @@ impl Conv for CompletionItem { InsertText::Snippet { text } => { res.insert_text = Some(text); res.insert_text_format = Some(InsertTextFormat::Snippet); - res.kind = Some(languageserver_types::CompletionItemKind::Keyword); } } res -- cgit v1.2.3