Files
sourcekit-lsp/Sources
Alex Hoppen 60ce3b2eb2 Fix an issue in Debounce that added up debounce durations
If calls from `Debouncer` were scheduled every 0.5s but the debounce duration was 1s, we would always schedule the pending task and schedule a new one, never actually committing one. Debounce at most the debounce duration from the initially scheduled call.
2024-06-12 09:32:28 -07:00
..
2024-06-05 23:27:47 -07:00
2024-06-05 14:24:09 -07:00
2024-06-04 07:06:44 -07:00