提交 4a45d92f 编写于 作者: J Johannes Rieken

slight follow up on #38636

上级 e48281d1
......@@ -508,11 +508,9 @@ export class SuggestWidget implements IContentWidget, IDelegate<ICompletionItem>
const index = e.indexes[0];
item.resolve().then(() => {
this.onDidSelectEmitter.fire({ item, index, model: this.completionModel });
alert(nls.localize('suggestionAriaAccepted', "{0}, accepted", item.suggestion.label));
this.editor.focus();
});
alert(nls.localize('suggestionAriaAccepted', "{0}, accepted", item.suggestion.label));
this.editor.focus();
}
private _getSuggestionAriaAlertLabel(item: ICompletionItem): string {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册