mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-06-24 12:21:58 +02:00
10be054a63
`inProgressData` was always storing `ContinuousClock.now + debounceDuration` instead of the computed `targetDate`, causing the debounce deadline to reset on every call rather than being fixed at the time of the first `scheduleCall`.