sourcegraph / emacs-cody

Sourcegraph Cody in Emacs
Apache License 2.0
55 stars 6 forks source link

Added a debounce #34

Closed steveyegge closed 3 months ago

steveyegge commented 3 months ago

Added a debounce to autocomplete/execute, hugely helping performance. We were sending rapid bursts of completion requests.

Minor fixes: