interface CompletionItemLabel { description?: string; detail?: string; label: string;}
description?: string
detail?: string
label: string