提交 d3cda9c6 编写于 作者: J Johannes Rieken

fix #45861

上级 84cb34ff
......@@ -222,7 +222,7 @@ export class SuggestController implements IEditorContribution {
} else if (suggestion.command.id === TriggerSuggestAction.id) {
// retigger
this._model.trigger({ auto: this._model.state === State.Auto }, true);
this._model.trigger({ auto: true }, true);
} else {
// exec command, done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册