Skip to content

Commit 58e72cb

Browse files
authored
1 parent 5f20cf6 commit 58e72cb

File tree

1 file changed

+1
-1
lines changed
  • src/vs/editor/contrib/inlineCompletions/browser

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/inlineCompletions/browser/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class TriggerInlineSuggestionAction extends EditorAction {
7171

7272
public async run(accessor: ServicesAccessor | undefined, editor: ICodeEditor): Promise<void> {
7373
const controller = InlineCompletionsController.get(editor);
74-
controller?.model.get()?.trigger(undefined);
74+
controller?.model.get()?.triggerExplicitly();
7575
}
7676
}
7777

0 commit comments

Comments
 (0)