Skip to content

Commit

Permalink
fix: icon set declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Jan 3, 2025
1 parent 529b648 commit a6f4d83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function createKiotaOpenApiNode(
clientNameOrPluginName
};
}
type IconSet = string | vscode.Uri | { light: string | vscode.Uri; dark: string | vscode.Uri } | vscode.ThemeIcon;
type IconSet = string | vscode.Uri | vscode.ThemeIcon;
export class OpenApiTreeNode extends vscode.TreeItem {
private static readonly selectedSet: IconSet = new vscode.ThemeIcon('check');

Expand Down

0 comments on commit a6f4d83

Please sign in to comment.