CompletionItemKind default to Variable
This commit is contained in:
parent
261d9f8d5a
commit
1dfcb97d86
1 changed files with 1 additions and 1 deletions
|
@ -145,5 +145,5 @@ function convertKind(kind: string): CompletionItemKind {
|
|||
case PConst.Kind.directory:
|
||||
return CompletionItemKind.Folder
|
||||
}
|
||||
return CompletionItemKind.Property
|
||||
return CompletionItemKind.Variable
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue