We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f20cf6 commit 58e72cbCopy full SHA for 58e72cb
src/vs/editor/contrib/inlineCompletions/browser/commands.ts
@@ -71,7 +71,7 @@ export class TriggerInlineSuggestionAction extends EditorAction {
71
72
public async run(accessor: ServicesAccessor | undefined, editor: ICodeEditor): Promise<void> {
73
const controller = InlineCompletionsController.get(editor);
74
- controller?.model.get()?.trigger(undefined);
+ controller?.model.get()?.triggerExplicitly();
75
}
76
77
0 commit comments