llama-coder icon indicating copy to clipboard operation
llama-coder copied to clipboard

Allow manual completions even when inference.delay is -1

Open toasterofbread opened this issue 1 year ago • 0 comments

Adds a check to provideInlineCompletionItems which skips the delay call if the completion was triggered manually (such as by using the built-in 'Trigger inline suggestion' action).

This allows automatic completions to be disabled while still allowing manual completions.

toasterofbread avatar May 05 '24 10:05 toasterofbread