Private
constructorCreates a reference to a theme icon.
id of the icon. The available icons are listed in https://code.visualstudio.com/api/references/icons-in-labels#icon-listing.
Optional
color: ThemeColoroptional ThemeColor
for the icon. The color is currently only used in TreeItem.
Optional
Readonly
colorThe optional ThemeColor of the icon. The color is currently only used in TreeItem.
Readonly
idThe id of the icon. The available icons are listed in https://code.visualstudio.com/api/references/icons-in-labels#icon-listing.
Static
Readonly
FileReference to a icon representing a file. The icon is taken from the current file icon theme or a placeholder icon.
Static
Readonly
FolderReference to a icon representing a folder. The icon is taken from the current file icon theme or a placeholder icon.
A reference to a named icon. Currently only File and Folder are supported. Using a theme icon is preferred over a custom icon as it gives theme authors the possibility to change the icons.