Skip to content

Commit

Permalink
Fixes #180489
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Apr 24, 2023
1 parent 0a6b7a3 commit 7ccc335
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 7ccc335

Please sign in to comment.