Tooltip typo (#49340)

This commit is contained in:
Christof Marti
2018-06-15 16:23:05 +02:00
parent 05f04908b6
commit 5f93604467

View File

@@ -329,7 +329,7 @@ class ExtHostQuickInput implements QuickInput {
this.update({
buttons: buttons.map<TransferQuickInputButton>((button, i) => ({
iconPath: getIconUris(button.iconPath),
toolTip: button.tooltip,
tooltip: button.tooltip,
handle: i,
}))
});