Represents an icon in the UI. This is either an uri, separate uris for the light- and dark-themes, or a {@link ThemeIcon theme icon}.

Alias

alias for EitherType<vscode.Uri, EitherType<{light:vscode.Uri, dark:vscode.Uri}, vscode.ThemeIcon>>