mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Tooltip typo (#49340)
This commit is contained in:
@@ -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,
|
||||
}))
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user