Skip to content

Commit 7ac3bf1

Browse files
committed
disable repeat for suggest messages, microsoft#65499
1 parent 8b6c0c5 commit 7ac3bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/contrib/suggest/suggestWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ export class SuggestWidget implements IContentWidget, IListVirtualDelegate<Compl
566566
}
567567
this._lastAriaAlertLabel = newAriaAlertLabel;
568568
if (this._lastAriaAlertLabel) {
569-
alert(this._lastAriaAlertLabel);
569+
alert(this._lastAriaAlertLabel, true);
570570
}
571571
}
572572

0 commit comments

Comments
 (0)