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