You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/vscode.proposed.d.ts
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1025,11 +1025,6 @@ declare module 'vscode' {
1025
1025
*/
1026
1026
tooltip?: string|MarkdownString|/* for compilation */any;
1027
1027
1028
-
/**
1029
-
* When `iconPath` is a [ThemeColor](#ThemeColor) `iconColor` will be used to set the color of the icon.
1030
-
*/
1031
-
iconColor?: ThemeColor;
1032
-
1033
1028
/**
1034
1029
* @param label Label describing this item
1035
1030
* @param collapsibleState [TreeItemCollapsibleState](#TreeItemCollapsibleState) of the tree item. Default is [TreeItemCollapsibleState.None](#TreeItemCollapsibleState.None)
0 commit comments