summaryrefslogtreecommitdiff
path: root/internal/lsp/debounce_throttle_test.go
AgeCommit message (Collapse)Author
2025-09-06use gofumptPaul Buetow
2025-09-03Phase 2: add configurable completion debounce\n\n- App config: ↵Paul Buetow
completion_debounce_ms (default 200)\n- Server: wait until no input for debounce before LLM calls\n- Applies to chat and provider-native completion paths\n- Tests: add debounce and adjust to verify behavior\n\nAll unit tests pass.