swiftlang / sourcekit-lsp

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

Set experimental features from the command line in `SourceKitLSPServer.Options` #1407

Closed ahoppen closed 4 months ago

ahoppen commented 4 months ago

I forgot to actually set the experimental features form the command line in the SourceKitLSPServer.Options that get used.

ahoppen commented 4 months ago

@swift-ci Please test