Skip to content

feat: increase delay until completion requests are emitted#654

Merged
mhuisi merged 1 commit intomasterfrom
mhuisi/higher-completion-delay
Aug 21, 2025
Merged

feat: increase delay until completion requests are emitted#654
mhuisi merged 1 commit intomasterfrom
mhuisi/higher-completion-delay

Conversation

@mhuisi
Copy link
Collaborator

@mhuisi mhuisi commented Aug 21, 2025

This PR increases the delay until VS Code emits an auto-completion request from 10ms to 200ms. A delay of 10ms means that VS Code will immediately emit a completion request for the first character for most users, even if they continue typing, which tends to be very expensive if e.g. import Mathlib is at the top of the file.

@mhuisi mhuisi merged commit 22901e7 into master Aug 21, 2025
2 checks passed
@mhuisi mhuisi deleted the mhuisi/higher-completion-delay branch October 21, 2025 12:37
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.

1 participant