summaryrefslogtreecommitdiff
path: root/internal/lsp/handlers_utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/handlers_utils.go')
-rw-r--r--internal/lsp/handlers_utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/handlers_utils.go b/internal/lsp/handlers_utils.go
index 048c2fd..a8e87e4 100644
--- a/internal/lsp/handlers_utils.go
+++ b/internal/lsp/handlers_utils.go
@@ -255,7 +255,7 @@ func (s *Server) chatWithStats(ctx context.Context, surface surfaceKind, spec re
}
s.incSentCounters(sent)
// Debounce/throttle if configured (reuse completion gates)
- s.waitForDebounce(ctx)
+ s.completionSvc().waitForDebounce(ctx)
if !s.waitForThrottle(ctx) {
return "", context.Canceled
}