Update to VS Code 1.52.1
This commit is contained in:
@@ -46,6 +46,7 @@ export interface ISelectBoxOptions {
|
||||
// Utilize optionItem interface to capture all option parameters
|
||||
export interface ISelectOptionItem {
|
||||
text: string;
|
||||
detail?: string;
|
||||
decoratorRight?: string;
|
||||
description?: string;
|
||||
descriptionIsMarkdown?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user