swiftlang / sourcekit-lsp

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

Simplify instructions to enable background indexing to not require building SourceKit-LSP #1448

Closed ahoppen closed 3 months ago

ahoppen commented 3 months ago

Building sourcekit-lsp from source is no longer necessary once we have a toolchain containing https://github.com/apple/sourcekit-lsp/pull/1288, which we hopefully have soon. Putting this PR up here already so we can merge it once we have those toolchains.

ahoppen commented 3 months ago

@swift-ci Please test