swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.2k stars 264 forks source link

Debounce the creation of work done progress for indexing and package reloading #1467

Closed ahoppen closed 3 weeks ago

ahoppen commented 3 weeks ago

This avoids us from showing a work done progress for short-lived index tasks that take less than a second.

Fixes https://github.com/apple/sourcekit-lsp/issues/1298 rdar://128071328

ahoppen commented 3 weeks ago

@swift-ci Please test