Skip to content

Commit

Permalink
Fixes #180489 (#180684)
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet authored Apr 24, 2023
1 parent 5f20cf6 commit 58e72cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class TriggerInlineSuggestionAction extends EditorAction {

public async run(accessor: ServicesAccessor | undefined, editor: ICodeEditor): Promise<void> {
const controller = InlineCompletionsController.get(editor);
controller?.model.get()?.trigger(undefined);
controller?.model.get()?.triggerExplicitly();
}
}

Expand Down

0 comments on commit 58e72cb

Please sign in to comment.