swiftlang / sourcekit-lsp

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

Make passing `--experimental-prepare-for-indexing` to `swift build` an experimental feature #1413

Closed ahoppen closed 1 month ago

ahoppen commented 1 month ago

I’d like to qualify --experimental-prepare-for-indexing independently of background indexing using swift build. Because of this, I think there is value in using SourceKit-LSP using background indexing but without --experimental-prepare-for-indexing. It could also be useful to determine if bugs we may find are due to --experimental-prepare-for-indexing or also occur when running plain swift build commands.

ahoppen commented 1 month ago

@swift-ci Please test

ahoppen commented 1 month ago

@swift-ci Please test Windows