llama-coder
                                
                                 llama-coder copied to clipboard
                                
                                    llama-coder copied to clipboard
                            
                            
                            
                        Allow manual completions even when inference.delay is -1
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.