Interface InlineCompletionWarning

interface InlineCompletionWarning {
    icon?: ThemeIcon;
    message: string | IMarkdownString;
}

Properties

Properties

icon?: ThemeIcon
message: string | IMarkdownString