interface InlayHintLabelPart { command?: Command; label: string; location?: Location; tooltip?: string | IMarkdownString;}
command?: Command
label: string
location?: Location
tooltip?: string | IMarkdownString