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

Added option to delay completion request #37

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

Kevsnz
Copy link
Contributor

@Kevsnz Kevsnz commented Feb 6, 2024

Closes #19

Implemented delay between firing inline completion event from VSCode and inference logic to avoid unnecessary completion requests (i.e. when user is typing).

Added corresponding option to extension's settings (250ms seems perfect to me).

@ex3ndr ex3ndr merged commit 75256d6 into ex3ndr:main Feb 8, 2024
@ex3ndr
Copy link
Owner

ex3ndr commented Feb 8, 2024

Very useful! Thanks!

@Kevsnz Kevsnz deleted the trigger-delay branch February 9, 2024 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add setting to reduce autocomplete suggestions
2 participants