debt - SuggestionType -> SuggestionKind

This commit is contained in:
Johannes Rieken
2018-09-24 15:56:35 +02:00
parent a28f9bc895
commit f79b59416b
18 changed files with 277 additions and 174 deletions

View File

@@ -665,7 +665,7 @@ class SuggestAdapter {
_parentId,
//
label: item.label,
type: typeConvert.CompletionItemKind.from(item.kind),
kind: typeConvert.CompletionItemKind.from(item.kind),
detail: item.detail,
documentation: item.documentation,
filterText: item.filterText,