Merge branch 'master' into sandy081/sync-auth-flow

This commit is contained in:
Sandeep Somavarapu
2020-04-16 19:36:14 +02:00
36 changed files with 1136 additions and 330 deletions

View File

@@ -406,7 +406,7 @@ export class MainThreadLanguageFeatures implements MainThreadLanguageFeaturesSha
return {
label: data[ISuggestDataDtoField.label2] || data[ISuggestDataDtoField.label],
kind: data[ISuggestDataDtoField.kind],
kind: data[ISuggestDataDtoField.kind] || modes.CompletionItemKind.Property,
tags: data[ISuggestDataDtoField.kindModifier],
detail: data[ISuggestDataDtoField.detail],
documentation: data[ISuggestDataDtoField.documentation],