Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support wait window setting for Lightspeed inline suggestion #1230

Merged

Conversation

TamiTakamiya
Copy link
Collaborator

@TamiTakamiya TamiTakamiya commented Apr 12, 2024

For AAP-19633:

Add a wait window after a trigger (user pressing enter on matching the condition). If the user continues to type within the wait window the extension shouldn't send completion request.

The length of the wait window is configured using a new setting ansible.lightspeed.suggestions.waitWindow in milli-seconds. The default is set to 0, which let the extension send completion request immediately (=same as the current behavior).

@TamiTakamiya TamiTakamiya force-pushed the TamiTakamiya/inline-suggestion-wait-window-support branch from cca8e51 to f7b9253 Compare April 16, 2024 19:52
@TamiTakamiya TamiTakamiya force-pushed the TamiTakamiya/inline-suggestion-wait-window-support branch from f7b9253 to 944fd41 Compare April 16, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants