未验证 提交 29f4dcfe 编写于 作者: J Johannes Rieken 提交者: GitHub

Merge pull request #38655 from mjbvz/38636

Resolve completion items on click
......@@ -498,7 +498,9 @@ export class SuggestWidget implements IContentWidget, IDelegate<ICompletionItem>
}
const item = e.elements[0];
item.resolve().then(() => {
this.onDidSelectEmitter.fire(item);
});
alert(nls.localize('suggestionAriaAccepted', "{0}, accepted", item.suggestion.label));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册