simplify QuickInputButton#iconPath

This commit is contained in:
Johannes Rieken 2018-07-26 17:29:29 +02:00
parent f13106500d
commit a9e8d5a1b1

2
src/vs/vscode.d.ts vendored
View file

@ -6847,7 +6847,7 @@ declare module 'vscode' {
/**
* Icon for the button.
*/
readonly iconPath: string | Uri | { light: string | Uri; dark: string | Uri } | ThemeIcon;
readonly iconPath: Uri | { light: Uri; dark: Uri } | ThemeIcon;
/**
* An optional tooltip.