swiftlang / sourcekit-lsp

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

Make background indexing a proper option in `SourceKitLSPOptions` #1533

Closed ahoppen closed 5 days ago

ahoppen commented 5 days ago

This allows us to flip the default in the future more easily. It also allows users to disable background indexing when it’s enabled by default.

rdar://130280855

ahoppen commented 5 days ago

@swift-ci Please test